Browse code

Fix bug in the case of no libxml2

Shawn Webb authored on 2014/04/01 00:34:34
Showing 1 changed files
... ...
@@ -341,7 +341,7 @@ int openioc_parse(const char * fname, int fd, struct cl_engine *engine, unsigned
341 341
     return CL_SUCCESS;
342 342
 }
343 343
 #else
344
-int openioc_parse(const char * fname, int fd, struct cl_engine *engine)
344
+int openioc_parse(const char * fname, int fd, struct cl_engine *engine, unsigned int options)
345 345
 {
346 346
     cli_dbgmsg("openioc_parse: libxml2 support is compiled out and is needed for OpenIOC support.\n");
347 347
     return CL_SUCCESS;