aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-runserver/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-runserver/httpd.h')
-rw-r--r--src/blogc-runserver/httpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/blogc-runserver/httpd.h b/src/blogc-runserver/httpd.h
index a59a467..7a948ca 100644
--- a/src/blogc-runserver/httpd.h
+++ b/src/blogc-runserver/httpd.h
@@ -9,6 +9,7 @@
#ifndef _HTTPD_H
#define _HTTPD_H
-int br_httpd_run(const char *host, unsigned short port, const char *docroot);
+int br_httpd_run(const char *host, unsigned short port, const char *docroot,
+ size_t max_threads);
#endif /* _HTTPD_H */