home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / jove-4.16-src.tgz / tar.out / bsd / jove / rec.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  793b  |  23 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 RECOVER    /* the body is the rest of this file */
  9.  
  10. extern void
  11.     SyncRec proto((void)),
  12.     rectmpname proto((char *)),
  13.     recclose proto((void)),
  14.     recremove proto((void));
  15.  
  16. extern int    ModCount;    /* number of buffer mods since last sync */
  17.  
  18. /* Variables: */
  19.  
  20. extern int    SyncFreq;    /* VAR: how often to sync the file pointers */
  21.  
  22. #endif /* RECOVER */
  23.