(authdes_create): Delete arg info.

We can't count on having struct sockaddr defined.

From-SVN: r6127
This commit is contained in:
Richard Stallman 1993-11-21 09:24:43 +00:00
parent e6093ed4f8
commit 07788bb088
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ extern int atoi(const char *);
extern long int atol(const char *);
extern char * atos(char *, struct netbuf *, int);
extern void auth_destroy(AUTH *);
extern AUTH * authdes_create(char *, unsigned, struct sockaddr *, des_block *);
extern AUTH * authdes_create(/* ??? */);
extern void authdes_getcred(struct authdes_cred *, short *, short *, short *, int *);
extern AUTH * authdes_seccreate(/* ??? */);
extern AUTH * authnone_create(void);