summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/sys-protos.h2
1 files changed, 1 insertions, 1 deletions
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);