Get rid of some redeclarations, include "ui/recent_utils.h" to get those

declarations.

svn path=/trunk/; revision=40578
This commit is contained in:
Guy Harris 2012-01-18 23:40:04 +00:00
parent 78fb9ffd6c
commit 9f7e8bdb0d
2 changed files with 1 additions and 17 deletions

View File

@ -28,6 +28,7 @@
#include "qt_ui_utils.h"
#include "ui/recent.h"
#include "ui/recent_utils.h"
#include <epan/prefs.h>

View File

@ -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.
*/