summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authorGravatar default2023-06-05 18:18:50 +0200
committerGravatar default2023-06-05 18:18:50 +0200
commit65f5173c2aef3149fd304c8951ff10e71b761939 (patch)
tree2574472a6fe588176df8cd32b026a502824d3e28 /httpd.c
parentDocument the basedir style.css file. (diff)
downloadpenes-snac2-65f5173c2aef3149fd304c8951ff10e71b761939.tar.gz
penes-snac2-65f5173c2aef3149fd304c8951ff10e71b761939.tar.xz
penes-snac2-65f5173c2aef3149fd304c8951ff10e71b761939.zip
Moved srv_running variable to httpd.c.
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/httpd.c b/httpd.c
index f883f3f..9703a1f 100644
--- a/httpd.c
+++ b/httpd.c
@@ -24,6 +24,7 @@
24#include <poll.h> 24#include <poll.h>
25#endif 25#endif
26 26
27int srv_running = 0;
27 28
28/* nodeinfo 2.0 template */ 29/* nodeinfo 2.0 template */
29const char *nodeinfo_2_0_template = "" 30const char *nodeinfo_2_0_template = ""