summaryrefslogtreecommitdiffstats
path: root/gtk/src/presets.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/presets.h')
-rw-r--r--gtk/src/presets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/presets.h b/gtk/src/presets.h
index 2c34f30b2..156523806 100644
--- a/gtk/src/presets.h
+++ b/gtk/src/presets.h
@@ -37,5 +37,6 @@ void ghb_select_default_preset(GtkBuilder *builder);
void ghb_presets_list_init(signal_user_data_t *ud, gint *indices, gint len);
GValue* ghb_parse_preset_path(const gchar *path);
gchar* ghb_preset_path_string(const GValue *path);
+gboolean ghb_preset_is_custom(void);
#endif // _GHB_PRESETS_H_