home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / jove-4.16-src.tgz / tar.out / bsd / jove / marks.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  1KB  |  29 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.     AllMarkReset proto((Buffer *b,LinePtr line)),
  10.     DFixMarks proto((LinePtr line1,int char1,LinePtr line2,int char2)),
  11.     DelMark proto((Mark *m)),
  12.     IFixMarks proto((LinePtr line1, int char1, LinePtr line2, int char2)),
  13.     MarkSet proto((Mark *m, LinePtr line, int column)),
  14.     ToMark proto((Mark *m)),
  15.     flush_marks proto((Buffer *)),
  16.     do_set_mark proto((LinePtr l, int c)),
  17.     set_mark proto((void));
  18.  
  19. extern Mark
  20.     *CurMark proto((void)),
  21.     *MakeMark proto((LinePtr line,int column));
  22.  
  23. /* Commands: */
  24.  
  25. extern void
  26.     PopMark proto((void)),
  27.     ExchPtMark proto((void)),
  28.     SetMark proto((void));
  29.