summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/state.h b/include/state.h
index 3e7836d..5a04af4 100644
--- a/include/state.h
+++ b/include/state.h
@@ -50,7 +50,7 @@ typedef struct {
extern State* state;
-bool stateInit( int argn, const char** argc, const char* basePath );
+bool stateInit( int argn, const char** argc, const char* basePath, bool enable_logging );
void stateContextInit();
void stateInitInterpret( int argn, const char** argc );
void stateFree();