diff options
Diffstat (limited to 'src/if_python.c')
-rw-r--r-- | src/if_python.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/if_python.c b/src/if_python.c index 4f028e53b..43c89928e 100644 --- a/src/if_python.c +++ b/src/if_python.c @@ -861,7 +861,7 @@ Python_RestoreThread(void) #endif void -python_end() +python_end(void) { static int recurse = 0; @@ -899,7 +899,7 @@ python_end() #if (defined(DYNAMIC_PYTHON) && defined(FEAT_PYTHON3)) || defined(PROTO) int -python_loaded() +python_loaded(void) { return (hinstPython != 0); } |