diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-12 22:36:02 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-12 22:36:02 +0200 |
commit | b489ca48635a2d58ed99ad6b2cf34183c197c019 (patch) | |
tree | 97901633e73b2f7f3ee882d5659746988dd7d9f4 | |
parent | 48b5cee19cf8e969572199a248d00b5ba82050de (diff) |
Tidy up config parser
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -69,7 +69,8 @@ typedef struct { | |||
69 | 69 | ||
70 | extern StringConfig g_string_conf[MAX_LINECOUNT]; | 70 | extern StringConfig g_string_conf[MAX_LINECOUNT]; |
71 | extern int g_string_count; | 71 | extern int g_string_count; |
72 | void config_parse( char *config_file ); | 72 | void config_reset(); |
73 | int config_handle_line( char *line); | ||
73 | char *config_midi_note_to_string(int string); | 74 | char *config_midi_note_to_string(int string); |
74 | 75 | ||
75 | #endif | 76 | #endif |