aboutsummaryrefslogtreecommitdiffstats
path: root/ui/preference_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/preference_utils.h')
-rw-r--r--ui/preference_utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/preference_utils.h b/ui/preference_utils.h
index e4117d682e..882555d70a 100644
--- a/ui/preference_utils.h
+++ b/ui/preference_utils.h
@@ -86,8 +86,10 @@ extern void prefs_main_write(void);
* @param title column title
* @param custom_field column custom field
* @param custom_occurrence custom occurrence
+ *
+ * @return The index of the inserted column
*/
-void column_prefs_add_custom(gint fmt, const gchar *title,
+gint column_prefs_add_custom(gint fmt, const gchar *title,
const gchar *custom_field,
gint custom_occurrence);