summaryrefslogtreecommitdiff
path: root/preset.h
diff options
context:
space:
mode:
Diffstat (limited to 'preset.h')
-rw-r--r--preset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/preset.h b/preset.h
index 95d92d7..359d075 100644
--- a/preset.h
+++ b/preset.h
@@ -28,5 +28,5 @@ typedef struct {
Preset *create_preset_from_xml_file(gchar *filename, GError **error);
Preset *create_preset_from_data(GList *list);
void preset_free(Preset *preset);
-
+void write_preset_to_xml(Preset *preset, gchar *filename);
#endif /* GDIGI_PRESET_H */