]> git.sur5r.net Git - openldap/blobdiff - libraries/libmdb/midl.h
libmdb: Add C++ 'extern "C" {}' to *.h
[openldap] / libraries / libmdb / midl.h
index beafb097c0b2355f197e8cb0707475d4da512043..59ed8cb66084af8da27a98de747d5526aead714b 100644 (file)
 
 #include <stddef.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /** @defgroup internal MDB Internals
  *     @{
  */
@@ -178,4 +182,7 @@ int mdb_mid2l_insert( ID2L ids, ID2 *id );
 
 /** @} */
 /** @} */
+#ifdef __cplusplus
+}
+#endif
 #endif /* _MDB_MIDL_H_ */