add create_backup_file()

This commit is contained in:
Tomasz Moń
2009-07-19 14:03:55 +02:00
parent 211df27cf8
commit 97b8c9fd6d
4 changed files with 128 additions and 16 deletions

View File

@@ -894,7 +894,7 @@ void switch_preset(guint bank, guint x);
void store_preset_name(int x, const gchar *name);
void set_preset_level(int level);
GStrv query_preset_names(gchar bank);
void message_list_free(GList *list);
GList *get_current_preset();
void preset_list_free(GList *list);
#endif /* GDIGI_H */