summaryrefslogtreecommitdiff
path: root/ui/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/profile.h')
-rw-r--r--ui/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/profile.h b/ui/profile.h
index 6d4d26a887..b4beef5808 100644
--- a/ui/profile.h
+++ b/ui/profile.h
@@ -115,7 +115,7 @@ const gchar *get_profile_parent (const gchar *profilename);
* @param name Profile name
* @return NULL if the name is valid or an error message otherwise.
*/
-const gchar *profile_name_is_valid(const gchar *name);
+gchar *profile_name_is_valid(const gchar *name);
/** Remove the current profile.
*