1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-04 04:27:05 +02:00

code reformatting

This commit is contained in:
kakwa 2016-09-01 08:29:07 +02:00
parent 7f8d992f56
commit d8f75a23f5
4 changed files with 14 additions and 12 deletions

View file

@ -1,4 +1,4 @@
#include <stdbool.h>
#include "utils.h"
int http_server_start(char *conffile, char *conf_wd,bool stdout_dbg);
int http_server_start(char *conffile, char *conf_wd, bool stdout_dbg);