home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vile-src.zip / vile-8.1 / chgdfunc.h < prev    next >
C/C++ Source or Header  |  1996-02-04  |  726b  |  23 lines

  1. /*
  2.  * Prototypes for functions in the mode-tables (must be declared before the
  3.  * point at which proto.h is included).
  4.  *
  5.  * $Header: /usr/build/vile/vile/RCS/chgdfunc.h,v 1.4 1996/02/05 02:19:21 pgf Exp $
  6.  */
  7. extern int chgd_autobuf  (CHGD_ARGS);
  8. extern int chgd_buffer   (CHGD_ARGS);
  9. extern int chgd_charset  (CHGD_ARGS);
  10. #if OPT_COLOR
  11. extern int chgd_color    (CHGD_ARGS);
  12. #endif
  13. extern int chgd_disabled (CHGD_ARGS);
  14. extern int chgd_fences   (CHGD_ARGS);
  15. extern int chgd_major    (CHGD_ARGS);
  16. extern int chgd_major_w  (CHGD_ARGS);
  17. extern int chgd_status   (CHGD_ARGS);
  18. extern int chgd_window   (CHGD_ARGS);
  19. extern int chgd_working  (CHGD_ARGS);
  20. extern int chgd_xterm    (CHGD_ARGS);
  21. extern int chgd_hilite   (CHGD_ARGS);
  22.  
  23.