Commit 07788bb0 by Richard Stallman

(authdes_create): Delete arg info.

We can't count on having struct sockaddr defined.

From-SVN: r6127
parent e6093ed4
...@@ -117,7 +117,7 @@ extern int atoi(const char *); ...@@ -117,7 +117,7 @@ extern int atoi(const char *);
extern long int atol(const char *); extern long int atol(const char *);
extern char * atos(char *, struct netbuf *, int); extern char * atos(char *, struct netbuf *, int);
extern void auth_destroy(AUTH *); 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 void authdes_getcred(struct authdes_cred *, short *, short *, short *, int *);
extern AUTH * authdes_seccreate(/* ??? */); extern AUTH * authdes_seccreate(/* ??? */);
extern AUTH * authnone_create(void); extern AUTH * authnone_create(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment