X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Flcp.h;h=c01313d869aa59015ff95262b7ddea0f0949c53b;hb=509f04959ad891d7f981f035ed461d51bd1f74b0;hp=768442d17464d7f33f53c1eca2b403fbec13d972;hpb=2883dd07101bf851e2ea368f0c04c91aea85cff2;p=ppp.git 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