]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppd.h
make it compile for sunos
[ppp.git] / pppd / pppd.h
index 6924cb7d71f8ad72504281714fdf9afc33702d06..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.23 1998/11/07 06:59:29 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,11 +387,10 @@ 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;
-extern struct option_info devnam_info;
 
 /*
  * Inline versions of get/put char/short/long.