This website requires JavaScript.
Explore
Help
Sign In
security-and-privacy
/
uts-server
Watch
1
Star
0
Fork
0
You've already forked uts-server
mirror of
https://github.com/kakwa/uts-server
synced
2025-01-09 05:04:29 +01:00
Code
Issues
Releases
Wiki
Activity
uts-server
/
inc
/
http.h
5 lines
97 B
C
Raw
Normal View
History
Unescape
Escape
add the passing of the configuration file path and debug flag
2016-08-24 23:14:15 +02:00
#
include
<stdbool.h>
pass context to the logging function
2016-08-24 23:03:49 +02:00
#
include
"utils.h"
adding a context which will be passed from query to query
2016-08-24 22:37:05 +02:00
add the passing of the configuration file path and debug flag
2016-08-24 23:14:15 +02:00
int
http_server_start
(
char
*
conffile
,
bool
stdout_dbg
)
;
Reference in New Issue
Copy Permalink