+1999-07-14 Miro Jurisic <meeroh@mit.edu>
+
+ * profile.hin: added #ifdef __cplusplus extern "C"
+
1999-06-23 Danilo Almeida <dalmeida@mit.edu>
* prof_init.c (profile_abandon, profile_release): Check whether
#define PROFILE_ITER_SECTIONS_ONLY 0x0002
#define PROFILE_ITER_RELATIONS_ONLY 0x0004
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
KRB5_DLLIMP long KRB5_CALLCONV profile_init
PROTOTYPE ((const char **filenames, profile_t *ret_profile));
PROTOTYPE((profile_t profile, const char **names,
const char *new_value));
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* _KRB5_PROFILE_H */