diff options
Diffstat (limited to 'gtk/src/presets.h')
-rw-r--r-- | gtk/src/presets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/presets.h b/gtk/src/presets.h index 791900541..9cb546ca7 100644 --- a/gtk/src/presets.h +++ b/gtk/src/presets.h @@ -44,5 +44,6 @@ void ghb_preset_to_settings(GhbValue *settings, GhbValue *preset); void ghb_prefs_to_settings(GhbValue *settings); GhbValue* ghb_read_settings_file(const gchar *path); void ghb_write_settings_file(const gchar *path, GhbValue *dict); +GhbValue* ghb_create_copy_mask(GhbValue *settings); #endif // _GHB_PRESETS_H_ |