dates element are mandatory at DataBoxCreditInfo
[libisds.git] / test / simline / system.h
bloba0ba6a89f7ea1c55950217f95a7aabcb4ce793a3
1 #ifndef __ISDS_SYSTEM_H__
2 #define __ISDS_SYSTEM_H__
4 #include "http.h"
6 #ifdef _WIN32
7 #include "win32.h"
8 #else
9 #include "unix.h"
10 #endif
12 http_error _server_datestring2tm(const char *string, struct tm *time);
13 #endif