X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=509015c9f4c1107bd344ffc58e5c4512d3f4c8e5;hb=6d89f8d2a2b827a1165e99ea683e6c859e98693e;hp=8029e400813d9f408aa108841e76c84fbe1fd2e5;hpb=49464ac3690f1a89de335d99b64c7e846ca6fcd1;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index 8029e40..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.25 1999/02/26 11:03:34 paulus Exp $ + * $Id: pppd.h,v 1.27 1999/03/06 11:28:11 paulus Exp $ */ /* @@ -387,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;