Switch to macros for c++ extern "C" to please editors that want to autoindent

This commit is contained in:
Love Hornquist Astrand
2009-07-23 19:27:34 +02:00
parent f4c8242667
commit 1dd94e44ba
4 changed files with 16 additions and 24 deletions

View File

@@ -38,9 +38,7 @@
#include <gssapi.h>
#ifdef __cplusplus
extern "C" {
#endif
GSSAPI_CPP_START
/*
* RFC2478, SPNEGO:
@@ -51,8 +49,6 @@ extern "C" {
extern GSSAPI_LIB_VARIABLE gss_OID GSS_SPNEGO_MECHANISM;
#define gss_mech_spnego GSS_SPNEGO_MECHANISM
#ifdef __cplusplus
}
#endif
GSSAPI_CPP_END
#endif /* GSSAPI_SPNEGO_H_ */