X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Ffsm.h;h=1cda6cffbde6b8addb4da1279689bc2b8caf153f;hb=509f04959ad891d7f981f035ed461d51bd1f74b0;hp=75a36d52fe94e9172a0578ef5491a06e2fb26344;hpb=b5599f6001d9b024b3a572ab62c92027d94f052f;p=ppp.git diff --git a/pppd/fsm.h b/pppd/fsm.h index 75a36d5..1cda6cf 100644 --- a/pppd/fsm.h +++ b/pppd/fsm.h @@ -41,6 +41,10 @@ * * $Id: fsm.h,v 1.10 2004/11/13 02:28:15 paulus Exp $ */ +#ifndef PPP_FSM_H +#define PPP_FSM_H + +#include "pppdconf.h" /* * Packet header = Code, id, length. @@ -158,3 +162,5 @@ void fsm_sdata (fsm *, int, int, u_char *, int); * Variables */ extern int peer_mru[]; /* currently negotiated peer MRU (per unit) */ + +#endif