summaryrefslogtreecommitdiffstats
path: root/gcc/sys-protos.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-11-21 09:24:43 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-11-21 09:24:43 +0000
commitff75401023e7b24ae7695e1664590850839f3a0b (patch)
tree675e9bbe6d146fd3d82ca1b8a1a2f7fdd508a64c /gcc/sys-protos.h
parentfeaeb09e7e06c5e7f60e789717d944306d931880 (diff)
downloadppe42-gcc-ff75401023e7b24ae7695e1664590850839f3a0b.tar.gz
ppe42-gcc-ff75401023e7b24ae7695e1664590850839f3a0b.zip
(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
Diffstat (limited to 'gcc/sys-protos.h')
-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);
OpenPOWER on IntegriCloud