test: Checks for string2isds_credit_event_type() added
[libisds.git] / src / system.h
blobd2a93dc7c060df0911779954ca240222e7127a04
1 #ifndef __ISDS_SYSTEM_H__
2 #define __ISDS_SYSTEM_H__
4 #include "isds.h"
6 #ifdef _WIN32
7 #include "win32.h"
8 #else
9 #include "unix.h"
10 #endif
12 isds_error _isds_datestring2tm(const xmlChar *string, struct tm *time);
13 #endif