summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_http_compress_gzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_http_compress_gzip.h')
-rw-r--r--src/nxt_http_compress_gzip.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/nxt_http_compress_gzip.h b/src/nxt_http_compress_gzip.h
new file mode 100644
index 00000000..15facc69
--- /dev/null
+++ b/src/nxt_http_compress_gzip.h
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) Alejandro Colomar
+ * Copyright (C) NGINX, Inc.
+ */
+
+#ifndef NXT_HTTP_COMPRESS_GZIP_H_INCLUDED_
+#define NXT_HTTP_COMPRESS_GZIP_H_INCLUDED_
+
+
+#include "nxt_router.h"
+
+#include "nxt_http.h"
+#include "nxt_main.h"
+#include "nxt_types.h"
+
+
+nxt_int_t nxt_http_compress_gzip(nxt_task_t *task, nxt_http_request_t *r,
+ nxt_http_compress_conf_t *conf);
+
+
+#endif /* NXT_HTTP_COMPRESS_GZIP_H_INCLUDED_ */