summaryrefslogtreecommitdiff
path: root/include/gssapi
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2008-05-16 02:06:10 +0000
committerDoug Rabson <dfr@FreeBSD.org>2008-05-16 02:06:10 +0000
commitb38ab77c7eb2fa44cff9c8ad33237d430ff5cb89 (patch)
treed3609f12272dd1c191604dad42b71a2cacd8840c /include/gssapi
parent58c5a5eb70408748afe0a06a0a89d5f115db8094 (diff)
downloadsrc-test2-b38ab77c7eb2fa44cff9c8ad33237d430ff5cb89.tar.gz
src-test2-b38ab77c7eb2fa44cff9c8ad33237d430ff5cb89.zip
Make this c++ compatible.
PR: 87726
Notes
Notes: svn path=/head/; revision=179033
Diffstat (limited to 'include/gssapi')
-rw-r--r--include/gssapi/gssapi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gssapi/gssapi.h b/include/gssapi/gssapi.h
index 94c63698b61c..30f6876bcc7d 100644
--- a/include/gssapi/gssapi.h
+++ b/include/gssapi/gssapi.h
@@ -420,6 +420,8 @@ extern gss_OID GSS_KRB5_NT_STRING_UID_NAME;
#define GSS_S_GAP_TOKEN \
(1ul << (GSS_C_SUPPLEMENTARY_OFFSET + 4))
+__BEGIN_DECLS
+
/*
* Finally, function prototypes for the GSS-API routines.
*/
@@ -835,4 +837,6 @@ OM_uint32 gss_pseudo_random
gss_buffer_t /* buffer for result */
);
+__END_DECLS
+
#endif /* _GSSAPI_GSSAPI_H_ */