diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-10-03 11:19:48 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-10-03 11:43:28 +0300 |
commit | cda0c13f23f6b169fb0a49dc504b40a0aaecea09 (patch) | |
tree | 26476e92e5af2c856e017afb1df8f8dff42495bf /contrib/tools/swig/Source/Swig/swigopt.h | |
parent | 4854116da9c5e3c95bb8440f2ea997c54b6e1a61 (diff) | |
download | ydb-cda0c13f23f6b169fb0a49dc504b40a0aaecea09.tar.gz |
Move contrib/tools/jdk to build/platform/java/jdk/testing
Diffstat (limited to 'contrib/tools/swig/Source/Swig/swigopt.h')
-rw-r--r-- | contrib/tools/swig/Source/Swig/swigopt.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/tools/swig/Source/Swig/swigopt.h b/contrib/tools/swig/Source/Swig/swigopt.h new file mode 100644 index 0000000000..86a477b8f7 --- /dev/null +++ b/contrib/tools/swig/Source/Swig/swigopt.h @@ -0,0 +1,18 @@ +/* ----------------------------------------------------------------------------- + * This file is part of SWIG, which is licensed as a whole under version 3 + * (or any later version) of the GNU General Public License. Some additional + * terms also apply to certain portions of SWIG. The full details of the SWIG + * license and copyrights can be found in the LICENSE and COPYRIGHT files + * included with the SWIG source code as distributed by the SWIG developers + * and at https://www.swig.org/legal.html. + * + * swigopt.h + * + * Header file for the SWIG command line processing functions + * ----------------------------------------------------------------------------- */ + + extern void Swig_init_args(int argc, char **argv); + extern void Swig_mark_arg(int n); + extern int Swig_check_marked(int n); + extern void Swig_check_options(int check_input); + extern void Swig_arg_error(void); |