X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=509015c9f4c1107bd344ffc58e5c4512d3f4c8e5;hb=a00baab063b349591289cbde22ab40cf80b8f0af;hp=6924cb7d71f8ad72504281714fdf9afc33702d06;hpb=bfa20ccde2a70b1252dbb614132f1a4cbee815d4;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index 6924cb7..509015c 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -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.