summaryrefslogtreecommitdiffstats
path: root/apps/include/http_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/include/http_server.h')
-rw-r--r--apps/include/http_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/include/http_server.h b/apps/include/http_server.h
index df4eba9238..e80e29d8c5 100644
--- a/apps/include/http_server.h
+++ b/apps/include/http_server.h
@@ -125,7 +125,7 @@ int http_server_send_status(const char *prog, BIO *cbio,
# endif
# ifdef HTTP_DAEMON
-extern int multi;
+extern int n_responders;
extern int acfd;
void socket_timeout(int signum);