summaryrefslogtreecommitdiffstats
path: root/include/rpc/auth_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpc/auth_unix.h')
-rw-r--r--include/rpc/auth_unix.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/rpc/auth_unix.h b/include/rpc/auth_unix.h
index 08e1569..5a26c64 100644
--- a/include/rpc/auth_unix.h
+++ b/include/rpc/auth_unix.h
@@ -48,6 +48,10 @@
#define _RPC_AUTH_UNIX_H
#include <sys/cdefs.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* The machine name is part of a credential; it may not exceed 255 bytes */
#define MAX_MACHINE_NAME 255
@@ -81,4 +85,8 @@ struct short_hand_verf {
struct opaque_auth new_cred;
};
+#ifdef __cplusplus
+}
+#endif
+
#endif /* !_RPC_AUTH_UNIX_H */
OpenPOWER on IntegriCloud