aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_stream.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-05 07:25:33 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-05 07:25:33 +0000
commit6b1a92c82f046694af79618a2dd48833912f0bea (patch)
tree8c54483a311d978dc3d637fe5dbf6ff86998b2c7 /gtk/follow_stream.h
parent6a195358b1511a57f1a7c99e1ac1862dde8597f7 (diff)
Prototype follow_add_to_gtk_text().
Made some functions static. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30323 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/follow_stream.h')
-rw-r--r--gtk/follow_stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/follow_stream.h b/gtk/follow_stream.h
index b4e68ff27b..058a4d1e1b 100644
--- a/gtk/follow_stream.h
+++ b/gtk/follow_stream.h
@@ -102,6 +102,8 @@ frs_return_t follow_show(follow_info_t *follow_info,
void *arg, guint32 *global_pos,
guint32 *server_packet_count,
guint32 *client_packet_count);
+gboolean follow_add_to_gtk_text(char *buffer, size_t nchars, gboolean is_server,
+ void *arg);
frs_return_t follow_read_tcp_stream(follow_info_t *follow_info, gboolean (*print_line)(char *, size_t, gboolean, void *), void *arg);
frs_return_t follow_read_udp_stream(follow_info_t *follow_info, gboolean (*print_line)(char *, size_t, gboolean, void *), void *arg);