summaryrefslogtreecommitdiffstats
path: root/third_party/python/aiohttp/aiohttp/_find_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/aiohttp/aiohttp/_find_header.h')
-rw-r--r--third_party/python/aiohttp/aiohttp/_find_header.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/python/aiohttp/aiohttp/_find_header.h b/third_party/python/aiohttp/aiohttp/_find_header.h
new file mode 100644
index 0000000000..99b7b4f828
--- /dev/null
+++ b/third_party/python/aiohttp/aiohttp/_find_header.h
@@ -0,0 +1,14 @@
+#ifndef _FIND_HEADERS_H
+#define _FIND_HEADERS_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int find_header(const char *str, int size);
+
+
+#ifdef __cplusplus
+}
+#endif
+#endif