Make these extern "C" so they play nice with all tools.

This commit is contained in:
Aaron Giles 2010-04-08 07:49:38 +00:00
parent 61b3b38259
commit dfb06b75f2

View File

@ -50,6 +50,9 @@
#include "osdcomm.h"
#ifdef __cplusplus
extern "C" {
#endif
/***************************************************************************
@ -884,4 +887,8 @@ file_error osd_get_full_path(char **dst, const char *path);
const char *osd_get_volume_name(int idx);
#endif
#ifdef __cplusplus
}
#endif
#endif /* __OSDEPEND_H__ */