home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / pippy-0.6beta-src.tar.gz / pippy-0.6beta-src.tar / pippy-0.6beta-src / src / Palm / PalmGlue / palmglue.h < prev    next >
C/C++ Source or Header  |  2000-12-21  |  344b  |  12 lines

  1. #ifndef PALMGLUE_H
  2. #define PALMGLUE_H
  3.  
  4. void set_flags Py_PROTO(( int f_dbg, int f_verbose, int f_interact, int f_nosite,
  5.               int f_except, int f_frozen, int f_optimize )) SEG_MAIN;
  6.  
  7. void set_frozen_tab( struct _frozen *f) SEG_MAIN;
  8. int testcomplete(char *code) SEG_MAIN;
  9. int run_SimpleString( char *command) SEG_MAIN;
  10.  
  11. #endif /* PALMGLUE_H */
  12.