]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/chap_ms.h
CI: Updated the 'checkout' actions that were using Node.js 16 to Node.js 20. (#489)
[ppp.git] / pppd / chap_ms.h
index e5f4c28828b75679126ec2f3d13438db20876f55..b3fdae61571d0fa954c7dd3b361b4fc1d60abd41 100644 (file)
 
 #include "pppdconf.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #define MAX_NT_PASSWORD                256     /* Max (Unicode) chars in an NT pass */
 
 #define MS_CHAP_RESPONSE_LEN   49      /* Response length for MS-CHAP */
@@ -95,4 +99,8 @@ void GenerateAuthenticatorResponse(unsigned char *PasswordHashHash,
 
 void chapms_init(void);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* PPP_CHAPMS_H */