aboutsummaryrefslogtreecommitdiffstats
path: root/ui/recent_utils.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-12-28 10:27:17 -0500
committerMichael Mann <mmann78@netscape.net>2017-12-28 18:26:42 +0000
commit2980e2523ada89017037e2125cebbfb47e2f3578 (patch)
tree1425c1eee379b25aaad45fc5d1232febf5d3a586 /ui/recent_utils.h
parent005ddc1d8b2aa079a39ace6cd65a5d2ed24aed11 (diff)
downloadwireshark-2980e2523ada89017037e2125cebbfb47e2f3578.tar.gz
wireshark-2980e2523ada89017037e2125cebbfb47e2f3578.tar.bz2
wireshark-2980e2523ada89017037e2125cebbfb47e2f3578.zip
recent.c: Make some capture_remote_* APIs static
capture_remote_combo_add_recent and capture_remote_combo_recent_write_all aren't used outside of ui/recent.c (and shouldn't be) Change-Id: Iaef374edfa0b2c7afa8e76cd6403d3f56dfc5539 Reviewed-on: https://code.wireshark.org/review/25038 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/recent_utils.h')
-rw-r--r--ui/recent_utils.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/ui/recent_utils.h b/ui/recent_utils.h
index 5cd817234e..51b6d105b3 100644
--- a/ui/recent_utils.h
+++ b/ui/recent_utils.h
@@ -57,23 +57,6 @@ extern gboolean dfilter_combo_add_recent(const gchar *dftext);
*/
extern void dfilter_recent_combo_write_all(FILE *rf);
-#ifdef HAVE_PCAP_REMOTE
-/** Write all remote hosts to the recent file
- *
- * @param rf recent file
- */
-void
-capture_remote_combo_recent_write_all(FILE *rf);
-
-/** Add a new remote host from the recent file
- *
- * @param s string with hostname,port,auth_type
- * @return TRUE if correctly added
- */
-gboolean
-capture_remote_combo_add_recent(const gchar *s);
-#endif
-
/** Write all packet list geometry values to the recent file.
*
* @param rf recent file handle from caller