aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.h
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2023-03-03 17:29:01 -0500
committerJohn Thacker <johnthacker@gmail.com>2023-03-04 02:27:08 +0000
commit69d82b44efc6b6e0be50f5d1ec0fca389645a29e (patch)
tree99f1c8fc3afadc90964babb4509a1f6e57615169 /epan/follow.h
parentc9c5617aedf41b8ff0c33d7a9c189a12768f25f8 (diff)
Follow: Remove some unused code
Diffstat (limited to 'epan/follow.h')
-rw-r--r--epan/follow.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/epan/follow.h b/epan/follow.h
index e23e387412..c3b8f0e918 100644
--- a/epan/follow.h
+++ b/epan/follow.h
@@ -25,12 +25,6 @@ extern "C" {
#endif /* __cplusplus */
typedef enum {
- TCP_STREAM = 0,
- UDP_STREAM,
- MAX_STREAM
-} stream_type;
-
-typedef enum {
FRS_OK,
FRS_OPEN_ERROR,
FRS_READ_ERROR,
@@ -77,7 +71,6 @@ typedef union _stream_addr {
struct _follow_info;
typedef gboolean (*follow_print_line_func)(char *, size_t, gboolean, void *);
-typedef frs_return_t (*follow_read_stream_func)(struct _follow_info *follow_info, follow_print_line_func follow_print, void *arg);
#define SUBSTREAM_UNUSED G_GUINT64_CONSTANT(0xFFFFFFFFFFFFFFFF)