diff options
Diffstat (limited to 'src/appl/gssftp/ftp/cmds.c')
-rw-r--r-- | src/appl/gssftp/ftp/cmds.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/appl/gssftp/ftp/cmds.c b/src/appl/gssftp/ftp/cmds.c index 4a242d6cf3..807da58437 100644 --- a/src/appl/gssftp/ftp/cmds.c +++ b/src/appl/gssftp/ftp/cmds.c @@ -92,13 +92,13 @@ jmp_buf jabort; extern char *auth_type; extern int do_auth(); -static int globulize PROTOTYPE((char **)); -static int confirm PROTOTYPE((char *, char *)); -static int getit PROTOTYPE((int, char **, int, char *)); -static sigtype mabort PROTOTYPE((int)); -static void quote1 PROTOTYPE((char *, int, char **)); -static char *dotrans PROTOTYPE((char *)); -static char *domap PROTOTYPE((char *)); +static int globulize (char **); +static int confirm (char *, char *); +static int getit (int, char **, int, char *); +static sigtype mabort (int); +static void quote1 (char *, int, char **); +static char *dotrans (char *); +static char *domap (char *); /* * `Another' gets another argument, and stores the new argc and argv. |