diff options
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -24,6 +24,7 @@ | |||
| 24 | #include <poll.h> | 24 | #include <poll.h> |
| 25 | #endif | 25 | #endif |
| 26 | 26 | ||
| 27 | int srv_running = 0; | ||
| 27 | 28 | ||
| 28 | /* nodeinfo 2.0 template */ | 29 | /* nodeinfo 2.0 template */ |
| 29 | const char *nodeinfo_2_0_template = "" | 30 | const char *nodeinfo_2_0_template = "" |