/trunk/Source/Swig/swigopt.h

# · C++ Header · 18 lines · 5 code · 1 blank · 12 comment · 0 complexity · ee90a5363d9101ecce85eda35f9fa2a9 MD5 · raw file

  1. /* -----------------------------------------------------------------------------
  2. * This file is part of SWIG, which is licensed as a whole under version 3
  3. * (or any later version) of the GNU General Public License. Some additional
  4. * terms also apply to certain portions of SWIG. The full details of the SWIG
  5. * license and copyrights can be found in the LICENSE and COPYRIGHT files
  6. * included with the SWIG source code as distributed by the SWIG developers
  7. * and at http://www.swig.org/legal.html.
  8. *
  9. * swigopt.h
  10. *
  11. * Header file for the SWIG command line processing functions
  12. * ----------------------------------------------------------------------------- */
  13. extern void Swig_init_args(int argc, char **argv);
  14. extern void Swig_mark_arg(int n);
  15. extern int Swig_check_marked(int n);
  16. extern void Swig_check_options(int check_input);
  17. extern void Swig_arg_error(void);