summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/follow.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/ui/follow.h b/ui/follow.h
index d17cda4318..ceb59ca025 100644
--- a/ui/follow.h
+++ b/ui/follow.h
@@ -44,10 +44,6 @@
#include "version_info.h"
-#ifdef HAVE_LIBZ
-#include <zlib.h>
-#endif
-
#ifdef SSL_PLUGIN
#include "packet-ssl-utils.h"
#else
@@ -98,11 +94,10 @@ typedef struct {
GByteArray *data;
} follow_record_t;
-char *
-sgetline(char *str, int *next);
-
+#ifdef HAVE_LIBZ
gboolean
parse_http_header(char *data, size_t len, size_t *content_start);
+#endif
#ifdef __cplusplus
}