summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-12-12 12:34:26 -0800
committerGerald Combs <gerald@wireshark.org>2016-12-12 20:37:10 +0000
commiteb1307a099ad1ed77cc70d501ab33284fcdb444d (patch)
treefd5c27aa3cc6c9f532593ffebad9c898104f2118 /file.c
parent128246bffbdfc2f30183689c2f9d9e4f676ca520 (diff)
downloadwireshark-eb1307a099ad1ed77cc70d501ab33284fcdb444d.tar.gz
Mark routines GTK+ only.
Mark packet_list_select_last_row and cf_goto_bottom_frame GTK+ only. Change-Id: I158814c2fa8c5fa8021b7156dded0945535c978a Reviewed-on: https://code.wireshark.org/review/19223 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.c b/file.c
index d5ffa48a76..ef593b4a3e 100644
--- a/file.c
+++ b/file.c
@@ -3620,6 +3620,7 @@ cf_goto_top_frame(void)
return TRUE; /* we got to that packet */
}
+/* GTK+ only */
gboolean
cf_goto_bottom_frame(void)
{