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

code reformatting

This commit is contained in:
kakwa 2016-09-01 08:29:07 +02:00
parent 9a05006d1e
commit 5cbcdc4a1d
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);