remove __P

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9525 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-01-27 20:03:54 +00:00
parent ebebedc5df
commit 129786bbb7

View File

@@ -41,11 +41,11 @@ typedef struct {
extern int iamremote;
BUF *allocbuf __P((BUF *, int, int));
char *colon __P((char *));
void lostconn __P((int));
void nospace __P((void));
int okname __P((char *));
void run_err __P((const char *, ...));
int susystem __P((char *, int));
void verifydir __P((char *));
BUF *allocbuf (BUF *, int, int);
char *colon (char *);
void lostconn (int);
void nospace (void);
int okname (char *);
void run_err (const char *, ...);
int susystem (char *, int);
void verifydir (char *);