Added case insensitivity to XML elements.

This commit is contained in:
Markus Kauppila 2011-06-24 14:35:14 +03:00
parent 7b600bf889
commit e2799bbbb3
6 changed files with 83 additions and 57 deletions

View file

@ -24,7 +24,7 @@
#include <time.h>
// Function pointer to function which handles to output
typedef int (*LogOutputFp)(const char *);
typedef int (*LogOutputFp)(const char *, ...);
/*!