summaryrefslogtreecommitdiff
path: root/preset.h
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2021-10-07 16:12:10 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2021-10-07 16:12:10 +0200
commit314596035337348abbc934d96e4d83d4398f64f1 (patch)
treeff0889c026133834a13c57a73307ecc03491cba5 /preset.h
parentd4700c96fd551eea539921572c03842ecdc6c8c3 (diff)
Import Upstream version 0.3.0
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 */