diff options
author | dfr <dfr@FreeBSD.org> | 2008-05-16 02:06:10 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 2008-05-16 02:06:10 +0000 |
commit | 35856c0048c4f4288e0afb5d273757e0d2cd8d05 (patch) | |
tree | d3609f12272dd1c191604dad42b71a2cacd8840c /include | |
parent | 9b87e62706320f08d7b3632489cc0fd91852f0a6 (diff) | |
download | FreeBSD-src-35856c0048c4f4288e0afb5d273757e0d2cd8d05.zip FreeBSD-src-35856c0048c4f4288e0afb5d273757e0d2cd8d05.tar.gz |
Make this c++ compatible.
PR: 87726
Diffstat (limited to 'include')
-rw-r--r-- | include/gssapi/gssapi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gssapi/gssapi.h b/include/gssapi/gssapi.h index 94c6369..30f6876 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_ */ |