From fed5c1dbf6a6c01719efc686a3d966f810ab0ade Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 24 Mar 2005 16:47:23 +0000 Subject: Made the configurationfile parser --- src/miav_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/miav_config.h') diff --git a/src/miav_config.h b/src/miav_config.h index 4b062e0..1ca6e04 100644 --- a/src/miav_config.h +++ b/src/miav_config.h @@ -50,6 +50,9 @@ public: float readFloat(char *node); private: + _cfg *addConfig(_cfg *parent, char* conf); + int parse(char* conf); + char *strip(char* conf); _cfg *findNode(char* node); _cfg *configs; }; -- cgit v1.2.3