diff options
Diffstat (limited to 'externs.h')
-rw-r--r-- | externs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ extern void show_shell_version (int); go into a separate include file. */ /* declarations for functions defined in lib/sh/anonfile.c */ -extern int anonopen (const char *, int); +extern int anonopen (const char *, int, char **); extern int anonclose (int, const char *); /* declarations for functions defined in lib/sh/casemod.c */ |