mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Moved srv_running variable to httpd.c.
This commit is contained in:
parent
531433aea3
commit
65f5173c2a
1
httpd.c
1
httpd.c
@ -24,6 +24,7 @@
|
|||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
int srv_running = 0;
|
||||||
|
|
||||||
/* nodeinfo 2.0 template */
|
/* nodeinfo 2.0 template */
|
||||||
const char *nodeinfo_2_0_template = ""
|
const char *nodeinfo_2_0_template = ""
|
||||||
|
1
snac.c
1
snac.c
@ -25,7 +25,6 @@
|
|||||||
d_char *srv_basedir = NULL;
|
d_char *srv_basedir = NULL;
|
||||||
d_char *srv_config = NULL;
|
d_char *srv_config = NULL;
|
||||||
d_char *srv_baseurl = NULL;
|
d_char *srv_baseurl = NULL;
|
||||||
int srv_running = 0;
|
|
||||||
|
|
||||||
int dbglevel = 0;
|
int dbglevel = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user