Added Swig_push_directory() and Swig_pop_directory()
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5297 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
114a8edfbb
commit
d1345878e1
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ typedef DOH SwigType;
|
||||||
/* --- File interface --- */
|
/* --- File interface --- */
|
||||||
|
|
||||||
extern void Swig_add_directory(const String_or_char *dirname);
|
extern void 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 String *Swig_last_file();
|
||||||
extern List *Swig_search_path();
|
extern List *Swig_search_path();
|
||||||
extern FILE *Swig_open(const String_or_char *name);
|
extern FILE *Swig_open(const String_or_char *name);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue