From ff75401023e7b24ae7695e1664590850839f3a0b Mon Sep 17 00:00:00 2001 From: rms Date: Sun, 21 Nov 1993 09:24:43 +0000 Subject: (authdes_create): Delete arg info. We can't count on having struct sockaddr defined. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6127 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/sys-protos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/sys-protos.h b/gcc/sys-protos.h index 2debb405919..303538e8119 100644 --- a/gcc/sys-protos.h +++ b/gcc/sys-protos.h @@ -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); -- cgit v1.2.1