summaryrefslogtreecommitdiff
path: root/src/response.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/response.h')
-rw-r--r--src/response.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/response.h b/src/response.h
index 438ca8fc..eba48841 100644
--- a/src/response.h
+++ b/src/response.h
@@ -24,6 +24,7 @@ struct http_dispatch {
};
/* http_dispatch is in http-header-glue.c to be defined in shared object */
+__declspec_dllimport__
extern struct http_dispatch http_dispatch[4]; /*(index by http_version_t)*/
int http_response_parse(server *srv, request_st *r);