From ba79c830d7955ad0cba8c50256bb3b9af48cc2ca Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 20 Apr 1997 05:47:44 +0000 Subject: [PATCH] remove __P git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1599 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/ftp.c | 4 ++-- appl/ftp/ftp/ruserpass.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appl/ftp/ftp/ftp.c b/appl/ftp/ftp/ftp.c index cf7e7bd67..ae91fb14c 100644 --- a/appl/ftp/ftp/ftp.c +++ b/appl/ftp/ftp/ftp.c @@ -609,7 +609,7 @@ sendrequest(char *cmd, char *local, char *remote, int printnames) struct timeval start, stop; int c, d; FILE *fin, *dout = 0; - int (*closefunc) __P((FILE *)); + int (*closefunc) (FILE *); RETSIGTYPE (*oldintr)(), (*oldintp)(); long bytes = 0, hashbytes = HASHBYTES; char *lmode; @@ -834,7 +834,7 @@ void recvrequest(char *cmd, char *local, char *remote, char *lmode, int printnames) { FILE *fout, *din = 0; - int (*closefunc) __P((FILE *)); + int (*closefunc) (FILE *); sighand oldintr, oldintp; int c, d, is_retr, tcrflag, bare_lfs = 0; static int bufsize; diff --git a/appl/ftp/ftp/ruserpass.c b/appl/ftp/ftp/ruserpass.c index e154d7e05..de2b05d90 100644 --- a/appl/ftp/ftp/ruserpass.c +++ b/appl/ftp/ftp/ruserpass.c @@ -34,7 +34,7 @@ #include "ftp_locl.h" RCSID("$Id$"); -static int token __P((void)); +static int token (void); static FILE *cfile; #define DEFAULT 1