From b489ca48635a2d58ed99ad6b2cf34183c197c019 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 12 Aug 2016 22:36:02 +0200 Subject: Tidy up config parser --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index 2a9c09d..acae402 100644 --- a/config.h +++ b/config.h @@ -69,7 +69,8 @@ typedef struct { extern StringConfig g_string_conf[MAX_LINECOUNT]; extern int g_string_count; -void config_parse( char *config_file ); +void config_reset(); +int config_handle_line( char *line); char *config_midi_note_to_string(int string); #endif -- cgit v1.2.3