diff options
Diffstat (limited to 'src/rccxml.h')
-rw-r--r-- | src/rccxml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rccxml.h b/src/rccxml.h index 3f0382e..d8d07bf 100644 --- a/src/rccxml.h +++ b/src/rccxml.h @@ -1,7 +1,7 @@ #ifndef _RCC_XML_H #define _RCC_XML_H -int rccXmlInit(); +int rccXmlInit(int LoadConfiguration); void rccXmlFree(); #endif /* _RCC_XML_H */ |