X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=pppd%2Flcp.h;h=bdf18d03eadc7007a9e663fd6a0d54c944b6f61d;hb=HEAD;hp=4cb77c8f57724739e02f296400eb801414f03995;hpb=ba7f7e053daae846a54a1d08d3d133a5f1266ace;p=ppp.git diff --git a/pppd/lcp.h b/pppd/lcp.h index 4cb77c8..bdf18d0 100644 --- a/pppd/lcp.h +++ b/pppd/lcp.h @@ -44,6 +44,11 @@ #include "pppdconf.h" +#ifdef __cplusplus +extern "C" { +#endif + + /* * Options. */ @@ -144,4 +149,9 @@ extern struct protent lcp_protent; before deciding the link is looped-back. */ #define DEFLOOPBACKFAIL 10 + +#ifdef __cplusplus +} #endif + +#endif // PPP_LCP_H