Follow: Remove some unused code

This commit is contained in:
John Thacker 2023-03-03 17:29:01 -05:00
parent c9c5617aed
commit 69d82b44ef
1 changed files with 0 additions and 7 deletions

View File

@ -24,12 +24,6 @@
extern "C" {
#endif /* __cplusplus */
typedef enum {
TCP_STREAM = 0,
UDP_STREAM,
MAX_STREAM
} stream_type;
typedef enum {
FRS_OK,
FRS_OPEN_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)