home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume16 / spiff / part01 / exact.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-10  |  510 b   |  18 lines

  1. /*                        Copyright (c) 1988 Bellcore
  2. **                            All Rights Reserved
  3. **       Permission is granted to copy or use this program, EXCEPT that it
  4. **       may not be sold for profit, the copyright notice must be reproduced
  5. **       on copies, and credit should be given to Bellcore where it is due.
  6. **       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  7. */
  8.  
  9. #ifndef Q_INCLUDED
  10.  
  11. #include "edit.h"
  12.  
  13. extern E_edit Q_do_exact();
  14.  
  15. #define Q_INCLUDED
  16.  
  17. #endif
  18.