(CXX_BUILD) Buildfixes

This commit is contained in:
twinaphex 2015-10-10 11:12:11 +02:00
parent 062752b8eb
commit 56bc07f4b0

View File

@ -28,10 +28,6 @@
#include <boolean.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* path_is_directory:
* @path : path
@ -58,8 +54,4 @@ int32_t path_get_size(const char *path);
**/
bool mkdir_norecurse(const char *dir);
#ifdef __cplusplus
}
#endif
#endif