home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / jove-4.16-src.tgz / tar.out / bsd / jove / abbrev.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  852b  |  26 lines

  1. /************************************************************************
  2.  * This program is Copyright (C) 1986-1996 by Jonathan Payne.  JOVE is  *
  3.  * provided to you without charge, and with no warranty.  You may give  *
  4.  * away copies of JOVE, including sources, provided that this notice is *
  5.  * included in all the files.                                           *
  6.  ************************************************************************/
  7.  
  8. #ifdef ABBREV    /* the body is the rest of this file */
  9.  
  10. extern void    AbbrevExpand proto((void));
  11.  
  12. /* Variables: */
  13.  
  14. extern bool    AutoCaseAbbrev;        /* VAR: automatically do case on abbreviations */
  15.  
  16. /* Commands: */
  17. extern void
  18.     BindMtoW proto((void)),
  19.     DefMAbbrev proto((void)),
  20.     DefGAbbrev proto((void)),
  21.     SaveAbbrevs proto((void)),
  22.     RestAbbrevs proto((void)),
  23.     EditAbbrevs proto((void));
  24.  
  25. #endif /* ABBREV */
  26.