aboutsummaryrefslogtreecommitdiff
path: root/Source/Swig/swigfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Swig/swigfile.h')
-rw-r--r--Source/Swig/swigfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Swig/swigfile.h b/Source/Swig/swigfile.h
index c945fb1ac..7a7ee12b2 100644
--- a/Source/Swig/swigfile.h
+++ b/Source/Swig/swigfile.h
@@ -11,9 +11,9 @@
extern List *Swig_add_directory(const String_or_char *dirname);
extern void Swig_push_directory(const String_or_char *dirname);
-extern void Swig_pop_directory();
-extern String *Swig_last_file();
-extern List *Swig_search_path();
+extern void Swig_pop_directory(void);
+extern String *Swig_last_file(void);
+extern List *Swig_search_path(int syspathvoid);
extern FILE *Swig_open(const String_or_char *name);
extern String *Swig_read_file(FILE *f);
extern String *Swig_include(const String_or_char *name);