summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 2a9c09d..acae402 100644
--- a/config.h
+++ b/config.h
@@ -69,7 +69,8 @@ typedef struct {
69 69
70extern StringConfig g_string_conf[MAX_LINECOUNT]; 70extern StringConfig g_string_conf[MAX_LINECOUNT];
71extern int g_string_count; 71extern int g_string_count;
72void config_parse( char *config_file ); 72void config_reset();
73int config_handle_line( char *line);
73char *config_midi_note_to_string(int string); 74char *config_midi_note_to_string(int string);
74 75
75#endif 76#endif