Make some functions not used outside tshark.c static.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 23 Jul 2013 23:48:51 +0000 (23:48 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 23 Jul 2013 23:48:51 +0000 (23:48 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50858 f5534014-38df-0310-8fa8-9805f1628bb7

tshark.c

index 0d48f1506bfe35ed8d96dcc9921594f4e6fe6b2d..30d9aa4102db720b40b0784546a01723d25dab05 100644 (file)
--- a/tshark.c
+++ b/tshark.c
@@ -2159,7 +2159,7 @@ pipe_input_set_handler(gint source, gpointer user_data, int *child_process, pipe
 #endif
 }
 
-const nstime_t *
+static const nstime_t *
 tshark_get_frame_ts(void *data, guint32 frame_num)
 {
   capture_file *cf = (capture_file *) data;
@@ -2182,7 +2182,7 @@ tshark_get_frame_ts(void *data, guint32 frame_num)
   return NULL;
 }
 
-epan_t *
+static epan_t *
 tshark_epan_new(capture_file *cf)
 {
   epan_t *epan = epan_new();