X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Feui64.h;h=c48d689eda7b0dcf40df2e0bd83c7199d66705b0;hp=f809342cb76e1428e4da2757e7384665fc723790;hb=HEAD;hpb=ba7f7e053daae846a54a1d08d3d133a5f1266ace diff --git a/pppd/eui64.h b/pppd/eui64.h index f809342..c24733d 100644 --- a/pppd/eui64.h +++ b/pppd/eui64.h @@ -38,6 +38,10 @@ #include "pppdconf.h" +#ifdef __cplusplus +extern "C" { +#endif + #if defined(SOL2) #include @@ -106,4 +110,8 @@ typedef union char *eui64_ntoa(eui64_t); /* Returns ascii representation of id */ +#ifdef __cplusplus +} +#endif + #endif /* PPP_EUI64_H */