(authdes_create): Delete arg info.
authorRichard Stallman <rms@gnu.org>
Sun, 21 Nov 1993 09:24:43 +0000 (09:24 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 21 Nov 1993 09:24:43 +0000 (09:24 +0000)
We can't count on having struct sockaddr defined.

From-SVN: r6127

gcc/sys-protos.h

index 2debb405919b8173c3b46fab8eaf51ea248040cb..303538e811900085080765fd3cffe0c3008a8893 100644 (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);