import source from 1.3.40
[external/swig.git] / Source / Swig / swigopt.h
1 /* ----------------------------------------------------------------------------- 
2  * See the LICENSE file for information on copyright, usage and redistribution
3  * of SWIG, and the README file for authors - http://www.swig.org/release.html.
4  *
5  * swigopt.h
6  *
7  * Header file for the SWIG command line processing functions
8  * ----------------------------------------------------------------------------- */
9
10 /* $Id: swig.h 9622 2006-12-19 03:49:17Z beazley $ */
11
12  extern void  Swig_init_args(int argc, char **argv);
13  extern void  Swig_mark_arg(int n);
14  extern int   Swig_check_marked(int n);
15  extern void  Swig_check_options(int check_input);
16  extern void  Swig_arg_error(void);