diff options
Diffstat (limited to 'ui/profile.h')
-rw-r--r-- | ui/profile.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/profile.h b/ui/profile.h index 01a8a2c536..a7163945f2 100644 --- a/ui/profile.h +++ b/ui/profile.h @@ -119,6 +119,13 @@ const gchar *get_profile_parent (const gchar *profilename); */ const gchar *profile_name_is_valid(const gchar *name); +/** Remove the current profile. + * + * @return TRUE if the current profile exists and was successfully deleted + * or FALSE otherwise. + */ +gboolean delete_current_profile(void); + #ifdef __cplusplus } #endif /* __cplusplus */ |