X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=3154360016b96d554c57aef6ccab05ce7ec3dbc6;hb=3c8882ac68d38453a09c499d81a7430babee4bea;hp=8029e400813d9f408aa108841e76c84fbe1fd2e5;hpb=49464ac3690f1a89de335d99b64c7e846ca6fcd1;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index 8029e40..3154360 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.26 1999/03/02 05:59:22 paulus Exp $ */ /* @@ -116,6 +116,7 @@ extern int privileged; /* We were run by real-uid root */ extern int need_holdoff; /* Need holdoff period after link terminates */ extern char **script_env; /* Environment variables for scripts */ extern int detached; /* Have detached from controlling tty */ +extern int uid; /* Real user ID of the user running pppd */ /* * Variables set by command-line options. @@ -387,7 +388,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;