X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fupap.h;h=af09cd914176225a76a1fd6ef28ff760660e84a0;hb=ada76db2a0b14173f3c14e8169e0d8dbe8b8c8df;hp=5cb59e98be565d3b401e345a143bb212cf6c5b6c;hpb=f53a48eb9d74db3c71938e114b7f489c339bc003;p=ppp.git diff --git a/pppd/upap.h b/pppd/upap.h index 5cb59e9..af09cd9 100644 --- a/pppd/upap.h +++ b/pppd/upap.h @@ -1,3 +1,5 @@ +#include "pppdconf.h" + /* * upap.h - User/Password Authentication Protocol definitions. * @@ -38,9 +40,11 @@ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * $Id: upap.h,v 1.8 2002/12/04 23:03:33 paulus Exp $ */ +#ifndef PPP_UPAP_H +#define PPP_UPAP_H + +#include "pppdconf.h" /* * Packet header = Code, id, length. @@ -104,7 +108,9 @@ typedef struct upap_state { extern upap_state upap[]; -void upap_authwithpeer __P((int, char *, char *)); -void upap_authpeer __P((int)); +void upap_authwithpeer(int, char *, char *); +void upap_authpeer(int); extern struct protent pap_protent; + +#endif // PPP_UPAP_H