summaryrefslogtreecommitdiff
path: root/print.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-10-04 11:23:06 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-10-04 11:23:06 +0000
commitb97e72a89fb8db2e0f7e8b0b3bc2bcc8b35ecf7a (patch)
treea797b0e47f83157f08da7142a0fc70505b452157 /print.c
parent7d5b5d118f1667d35c616821c68a26f4b21ca66c (diff)
downloadwireshark-b97e72a89fb8db2e0f7e8b0b3bc2bcc8b35ecf7a.tar.gz
Removed a redundant prototype.
svn path=/trunk/; revision=30298
Diffstat (limited to 'print.c')
-rw-r--r--print.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/print.c b/print.c
index 299b1be4db..338da26ee0 100644
--- a/print.c
+++ b/print.c
@@ -82,7 +82,6 @@ struct _output_fields {
};
static const gchar* get_field_hex_value(GSList* src_list, field_info *fi);
-const gchar* get_node_field_value(field_info* fi, epan_dissect_t* edt);
static void proto_tree_print_node(proto_node *node, gpointer data);
static void proto_tree_write_node_pdml(proto_node *node, gpointer data);
static const guint8 *get_field_data(GSList *src_list, field_info *fi);