remove __P
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9525 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -41,11 +41,11 @@ typedef struct {
|
|||||||
|
|
||||||
extern int iamremote;
|
extern int iamremote;
|
||||||
|
|
||||||
BUF *allocbuf __P((BUF *, int, int));
|
BUF *allocbuf (BUF *, int, int);
|
||||||
char *colon __P((char *));
|
char *colon (char *);
|
||||||
void lostconn __P((int));
|
void lostconn (int);
|
||||||
void nospace __P((void));
|
void nospace (void);
|
||||||
int okname __P((char *));
|
int okname (char *);
|
||||||
void run_err __P((const char *, ...));
|
void run_err (const char *, ...);
|
||||||
int susystem __P((char *, int));
|
int susystem (char *, int);
|
||||||
void verifydir __P((char *));
|
void verifydir (char *);
|
||||||
|
Reference in New Issue
Block a user