From 0373bb10920a5ea0f5b9f7a33033398132d2bd85 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Tue, 1 May 2001 04:27:37 +0000 Subject: Relevant BUGIDs: 420270 Purpose of commit: bugfix Commit summary: --------------- Allow C++ compilation when using pam_misc.h and pam_client.h. --- libpamc/include/security/pam_client.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libpamc/include/security') diff --git a/libpamc/include/security/pam_client.h b/libpamc/include/security/pam_client.h index 90040fbe..16a2c1b1 100644 --- a/libpamc/include/security/pam_client.h +++ b/libpamc/include/security/pam_client.h @@ -9,6 +9,10 @@ #ifndef PAM_CLIENT_H #define PAM_CLIENT_H +#ifdef __cplusplus +extern "C" { +#endif /* def __cplusplus */ + #include #include #include @@ -186,5 +190,8 @@ do { \ (((prompt)->control <= PAM_BPC_FAIL && (prompt)->control >= PAM_BPC_OK) \ ? PAM_BPC_TRUE:PAM_BPC_FALSE) +#ifdef __cplusplus +} +#endif /* def __cplusplus */ #endif /* PAM_CLIENT_H */ -- cgit v1.2.3