Fix CXX_BUILD

This commit is contained in:
twinaphex 2015-11-10 02:43:30 +01:00
parent d1553e4032
commit eb64b10098
2 changed files with 0 additions and 16 deletions

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

View File

@ -21,10 +21,6 @@
#include "menu_hash.h"
#ifdef __cplusplus
extern "C" {
#endif
enum
{
ACTION_OK_DL_DEFAULT = 0,
@ -204,8 +200,4 @@ void menu_cbs_init(void *data,
bool menu_playlist_find_associated_core(const char *path, char *s, size_t len);
#ifdef __cplusplus
}
#endif
#endif