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 /docs/nng_http_server_stop.adoc | |
| 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 'docs/nng_http_server_stop.adoc')
| -rw-r--r-- | docs/nng_http_server_stop.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nng_http_server_stop.adoc b/docs/nng_http_server_stop.adoc index f2577b2e..32655d9a 100644 --- a/docs/nng_http_server_stop.adoc +++ b/docs/nng_http_server_stop.adoc @@ -18,6 +18,7 @@ nng_http_server_stop - stop HTTP server [source, c] ----------- #include <nng/nng.h> +#include <nng/supplemental/http/http.h> void nng_http_server_stop(nng_http_server *server); ----------- |
