diff --git a/ui/qt/capture_interface_dialog.cpp b/ui/qt/capture_interface_dialog.cpp index cc6be7a25f..0e621dc244 100644 --- a/ui/qt/capture_interface_dialog.cpp +++ b/ui/qt/capture_interface_dialog.cpp @@ -28,6 +28,7 @@ #include "qt_ui_utils.h" #include "ui/recent.h" +#include "ui/recent_utils.h" #include diff --git a/ui/qt/qt_ui_utils.h b/ui/qt/qt_ui_utils.h index 2d280c2905..38ad1029bb 100644 --- a/ui/qt/qt_ui_utils.h +++ b/ui/qt/qt_ui_utils.h @@ -66,23 +66,6 @@ struct remote_host_t { gboolean nocap_local; }; -/** 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(gchar *s); - - - /** @file * Utilities for Windows and other user interface functions. */