aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-10-01 16:29:37 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-10-01 16:29:37 +0000
commit98f6aa93114eb9529bc8da961789a97e7f76e853 (patch)
treec2613e71492404ced8036ef24122b14520f30e68 /epan/filesystem.h
parent0c2f1829e17cfc1f8c825571c87234e9c3523314 (diff)
Add a new right-click popup menu for the statusbar profiles for easy functions
to create new, copy, delete and rename configuration profiles. svn path=/trunk/; revision=34312
Diffstat (limited to 'epan/filesystem.h')
-rw-r--r--epan/filesystem.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/filesystem.h b/epan/filesystem.h
index ce5cc386bc..28d3ee926a 100644
--- a/epan/filesystem.h
+++ b/epan/filesystem.h
@@ -104,6 +104,11 @@ extern void set_profile_name(const gchar *profilename);
extern const char *get_profile_name(void);
/*
+ * Check if current profile is default profile.
+ */
+extern gboolean is_default_profile(void);
+
+/*
* Get the directory used to store configuration profile directories.
*/
extern const char *get_profiles_dir(void);