diff options
Diffstat (limited to 'src/appl/gssftp/ftp/main.c')
-rw-r--r-- | src/appl/gssftp/ftp/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/appl/gssftp/ftp/main.c b/src/appl/gssftp/ftp/main.c index 4f2cc59b23..1b0ae8511d 100644 --- a/src/appl/gssftp/ftp/main.c +++ b/src/appl/gssftp/ftp/main.c @@ -82,7 +82,7 @@ static char sccsid[] = "@(#)main.c 5.18 (Berkeley) 3/1/91"; uid_t getuid(); #endif -sigtype intr PROTOTYPE((int)), lostpeer PROTOTYPE((int)); +sigtype intr (int), lostpeer (int); extern char *home; char *getlogin(); #ifdef KRB5_KRB4_COMPAT @@ -91,8 +91,8 @@ struct servent staticsp; extern char realm[]; #endif /* KRB5_KRB4_COMPAT */ -static void cmdscanner PROTOTYPE((int)); -static char *slurpstring PROTOTYPE((void)); +static void cmdscanner (int); +static char *slurpstring (void); int |