diff options
Diffstat (limited to 'ui/recent_utils.h')
-rw-r--r-- | ui/recent_utils.h | 17 |
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 |