summaryrefslogtreecommitdiff
path: root/net/sniproxy/files/patch-src_http.h
blob: dcaf75cbc06be968ed4b22dd01e19641396e14da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/http.h.orig	2018-12-06 04:14:58 UTC
+++ src/http.h
@@ -29,6 +29,6 @@
 #include <stdio.h>
 #include "protocol.h"
 
-const struct Protocol *const http_protocol;
+extern const struct Protocol *const http_protocol;
 
 #endif