repo.or.cz
/
libisds.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test: Fix indentation
[libisds.git]
/
test
/
simline
/
system.h
blob
a0ba6a89f7ea1c55950217f95a7aabcb4ce793a3
1
#ifndef __ISDS_SYSTEM_H__
2
#define __ISDS_SYSTEM_H__
3
4
#include
"http.h"
5
6
#ifdef _WIN32
7
#include
"win32.h"
8
#else
9
#include
"unix.h"
10
#endif
11
12
http_error
_server_datestring2tm
(
const char
*
string
,
struct
tm
*
time
);
13
#endif