summaryrefslogtreecommitdiff
path: root/gtk/recent.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-04-28 12:35:03 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-04-28 12:35:03 +0000
commit4674b866bcb3c16aa37e80272bbf47e30e57fca1 (patch)
tree1741e9e6280817dc09955bb31b8d24bae01d4ec1 /gtk/recent.h
parent6d9fde71a60e03eb534bc6f19b1c904f1e5fd7e1 (diff)
downloadwireshark-4674b866bcb3c16aa37e80272bbf47e30e57fca1.tar.gz
Split the recent file in two, one for the configuration profile
and one common for all profiles. svn path=/trunk/; revision=25186
Diffstat (limited to 'gtk/recent.h')
-rw-r--r--gtk/recent.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/gtk/recent.h b/gtk/recent.h
index 25b4b56cec..e326714204 100644
--- a/gtk/recent.h
+++ b/gtk/recent.h
@@ -88,6 +88,12 @@ extern recent_settings_t recent;
*/
extern gboolean write_recent(void);
+/** Write profile recent settings file.
+ *
+ * @return TRUE if succeeded, FALSE if failed
+ */
+extern gboolean write_profile_recent(void);
+
/** Read recent settings file (static part).
*
* @param rf_path_return path to recent file if function failed
@@ -95,6 +101,13 @@ extern gboolean write_recent(void);
*/
extern void recent_read_static(char **rf_path_return, int *rf_errno_return);
+/** Read profile recent settings file (static part).
+ *
+ * @param rf_path_return path to recent file if function failed
+ * @param rf_errno_return if failed
+ */
+extern void recent_read_profile_static(char **rf_path_return, int *rf_errno_return);
+
/** Read recent settings file (dynamic part).
*
* @param rf_path_return path to recent file if function failed