X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=blobdiff_plain;f=src%2Finclude%2Fdhcp.h;h=2d66ca01d1831834e0b2e837cab98b25a84974b9;hp=0f7e6f145e367ea588f0e77f8f4a710c259f5898;hb=e2eaf9194b16fdd15ebf274aafd05edc9fefb4bb;hpb=e4bd07a28ea12db9a4633df981ace7bafd3a5445 diff --git a/src/include/dhcp.h b/src/include/dhcp.h index 0f7e6f14..2d66ca0 100644 --- a/src/include/dhcp.h +++ b/src/include/dhcp.h @@ -28,6 +28,10 @@ #include RCSIDH(dhcp_h, "$Id$") +#ifdef __cplusplus +extern "C" { +#endif + /* * Not for production use. */ @@ -60,4 +64,8 @@ int fr_dhcp_decode(RADIUS_PACKET *packet); #define DHCP_BASE_ATTR(x) (x & 0xff) #define DHCP_UNPACK_OPTION1(x) (((x) & 0xff00) >> 8) +#ifdef __cplusplus +} +#endif + #endif /* FR_DHCP_H */