summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-12 22:36:02 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-12 22:36:02 +0200
commitb489ca48635a2d58ed99ad6b2cf34183c197c019 (patch)
tree97901633e73b2f7f3ee882d5659746988dd7d9f4
parent48b5cee19cf8e969572199a248d00b5ba82050de (diff)
Tidy up config parser
-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