Corrected header, added forgotten ifdef
authorIngo Huerner <ingo.huerner@xse.de>
Fri, 5 Jul 2013 09:55:14 +0000 (11:55 +0200)
committerIngo Huerner <ingo.huerner@xse.de>
Fri, 5 Jul 2013 09:55:14 +0000 (11:55 +0200)
include/persistence_client_library.h

index 85abe36..6087842 100644 (file)
@@ -80,8 +80,12 @@ int pclDeinitLibrary(void);
 
 /** \} */
 
-/** \} */ /* End of API */
-/** \} */ /* End of MODULE */
 #ifdef __cplusplus
 }
+#endif
+
+/** \} */ /* End of API */
+/** \} */ /* End of MODULE */
+
+
 #endif /* PERSISTENCY_CLIENT_LIBRARY_H */