diff options
| -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 | 
