diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/supplemental/http/http.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/supplemental/http/http.h b/src/supplemental/http/http.h index fb96ce59..470ffbfa 100644 --- a/src/supplemental/http/http.h +++ b/src/supplemental/http/http.h @@ -21,6 +21,8 @@ extern "C" { #include <stdint.h> +typedef struct nng_tls_config nng_tls_config; + // HTTP status codes. This list is not exhaustive. enum nng_http_status { NNG_HTTP_STATUS_CONTINUE = 100, |
