]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppd.h
make it compile for sunos
[ppp.git] / pppd / pppd.h
index 6e2ef37d91087b23256f91743ade411af806ab30..509015c9f4c1107bd344ffc58e5c4512d3f4c8e5 100644 (file)
@@ -16,7 +16,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * $Id: pppd.h,v 1.24 1999/01/20 00:01:00 paulus Exp $
+ * $Id: pppd.h,v 1.27 1999/03/06 11:28:11 paulus Exp $
  */
 
 /*
@@ -370,6 +370,7 @@ int  getword __P((FILE *f, char *word, int *newlinep, char *filename));
                                /* Read a word from a file */
 void option_error __P((char *fmt, ...));
                                /* Print an error message about an option */
+int readable __P((int fd));    /* Is fd readable by real user? */
 int number_option __P((char *, u_int32_t *, int));
                                /* Parse a numerical option */
 int int_option __P((char *, int *));
@@ -386,7 +387,7 @@ struct option_info {
     char    *source;           /* where option came from */
 };
 
-extern struct option_info auth_req_info;
+extern struct option_info devnam_info;
 extern struct option_info connector_info;
 extern struct option_info disconnector_info;
 extern struct option_info welcomer_info;