X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fsession.h;h=bee8c4124eafb425fd85ec01c485a92ec6504ba0;hp=0b91a03e5d62e5c921540c4fb92862e44b08b41a;hb=HEAD;hpb=607d8eadccfd62c1fa84a36bd1440bd48b4e55ca diff --git a/pppd/session.h b/pppd/session.h index 0b91a03..b3c46b4 100644 --- a/pppd/session.h +++ b/pppd/session.h @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY @@ -32,6 +32,10 @@ #include "pppdconf.h" +#ifdef __cplusplus +extern "C" { +#endif + #define SESS_AUTH 1 /* Check User Authentication */ #define SESS_ACCT 2 /* Check Account Validity */ @@ -89,4 +93,8 @@ session_start(const int flags, const char* user, const char* passwd, const char* void session_end(const char* tty); +#ifdef __cplusplus +} +#endif + #endif // PPP_SESSION_H