home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / jove-4.16-src.tgz / tar.out / bsd / jove / paragraph.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  928b  |  32 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. extern void
  9.     DoJustify proto((LinePtr l1, int c1,
  10.         LinePtr l2, int c2, bool scrunch, int indent)),
  11.     do_rfill proto((bool ulm));
  12.  
  13. /* Commands: */
  14.  
  15. extern void
  16.     BackPara proto((void)),
  17.     ForPara proto((void)),
  18.     Justify proto((void)),
  19.     RegJustify proto((void));
  20.  
  21. /* Variables: */
  22.  
  23. extern bool
  24.     SpaceSent2;        /* VAR: space-sentence-2 */
  25.  
  26. extern int
  27.     LMargin,        /* VAR: left margin */
  28.     RMargin;        /* VAR: right margin */
  29.  
  30. extern char
  31.     ParaDelim[128];    /* VAR: paragraph-delimiter-pattern */
  32.