Merge branch 'development'
[NeonServV5.git] / src / ConfigParser.h
index 030dded750fa72a096687b54ac1bf279c99a342f..efdd23783efba198547332c3845c914d825bb769 100644 (file)
@@ -1,5 +1,5 @@
-/* ConfigParser.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+/* ConfigParser.h - NeonServ v5.6
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 #define _ConfigParser_h
 #include "main.h"
 
+#ifndef DND_FUNCTIONS
 int loadConfig(const char *filename);
-int get_int_field(char *field_path);
-char *get_string_field(char *field_path);
+/* MODULAR ACCESSIBLE */ int get_int_field(char *field_path);
+/* MODULAR ACCESSIBLE */ char *get_string_field(char *field_path);
+char **get_all_fieldnames(char *block_path);
 void free_loaded_config();
-
-#endif
\ No newline at end of file
+#endif
+#endif