Fix Windows build with WITH_UNIT_TESTING

This commit is contained in:
Christian Kamm 2016-09-22 13:50:42 +02:00
parent fca5f1b210
commit 383479fbfd

View file

@ -37,7 +37,7 @@ enum csync_exclude_type_e {
typedef enum csync_exclude_type_e CSYNC_EXCLUDE_TYPE;
#ifdef WITH_UNIT_TESTING
int _csync_exclude_add(c_strlist_t **inList, const char *string);
int OCSYNC_EXPORT _csync_exclude_add(c_strlist_t **inList, const char *string);
#endif
/**