summaryrefslogtreecommitdiff
path: root/ui/follow.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-01-02 21:48:13 -0500
committerMichael Mann <mmann78@netscape.net>2016-01-03 15:24:21 +0000
commit5dd1401291f3ce8b2ff39f9af409348027b940dc (patch)
treeb426e41f059db65824aac8947348ef64809fe8e4 /ui/follow.h
parent1fed5fef9a455171323e08f46f2dd8c1b834df79 (diff)
downloadwireshark-5dd1401291f3ce8b2ff39f9af409348027b940dc.tar.gz
Cleanup follow stream code
Adding Follow HTTP Stream justified some refactoring and code removal. Change-Id: I9b7ace83f8517e880e78193bb97ac32e3fc91114 Reviewed-on: https://code.wireshark.org/review/13015 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/follow.h')
-rw-r--r--ui/follow.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/follow.h b/ui/follow.h
index 815e7b49a1..f6da1021e3 100644
--- a/ui/follow.h
+++ b/ui/follow.h
@@ -79,11 +79,6 @@ typedef struct {
GByteArray *data;
} follow_record_t;
-#ifdef HAVE_LIBZ
-gboolean
-parse_http_header(char *data, size_t len, size_t *content_start);
-#endif
-
#ifdef __cplusplus
}
#endif