X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Flcp.h;fp=pppd%2Flcp.h;h=c01313d869aa59015ff95262b7ddea0f0949c53b;hp=768442d17464d7f33f53c1eca2b403fbec13d972;hb=c0d579b8423ef278c204b6db60615c88eea9c870;hpb=199e97bae9c03f5cec5202a511b5c436aff05af9 diff --git a/pppd/lcp.h b/pppd/lcp.h index 768442d..c01313d 100644 --- a/pppd/lcp.h +++ b/pppd/lcp.h @@ -39,6 +39,9 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifndef PPP_LCP_H +#define PPP_LCP_H + #include "pppdconf.h" /* @@ -132,3 +135,5 @@ extern struct protent lcp_protent; /* Default number of times we receive our magic number from the peer before deciding the link is looped-back. */ #define DEFLOOPBACKFAIL 10 + +#endif