diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-02-21 20:12:28 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-02-21 20:12:28 -0800 |
| commit | 65c695fcbfc6d546795e9e54dcd5d6ac52d420a5 (patch) | |
| tree | ddf8d7d31f1b365992b296923ee711e95298c5d6 /src/supplemental/http/http_server.c | |
| parent | 3a0ca04110778a56bcd523fbaba2439a61738e03 (diff) | |
| download | nng-65c695fcbfc6d546795e9e54dcd5d6ac52d420a5.tar.gz nng-65c695fcbfc6d546795e9e54dcd5d6ac52d420a5.tar.bz2 nng-65c695fcbfc6d546795e9e54dcd5d6ac52d420a5.zip | |
Modularize HTTP headers somewhat.
We move the HTTP definitions out of the core nng.h and into
a supplemental header. Most of this change was trivial updates
to all of the HTTP related manual pages.
Diffstat (limited to 'src/supplemental/http/http_server.c')
| -rw-r--r-- | src/supplemental/http/http_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supplemental/http/http_server.c b/src/supplemental/http/http_server.c index 69774bd5..f8b8c64b 100644 --- a/src/supplemental/http/http_server.c +++ b/src/supplemental/http/http_server.c @@ -16,7 +16,7 @@ #include "core/nng_impl.h" #include "supplemental/tls/tls.h" -#include "http.h" +#include "http_api.h" static int http_server_sys_init(void); static void http_server_sys_fini(void); |
