home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 1998 October / STC_CD_10_1998.iso / BASE / OLGA151 / SOURCE / DOC.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-09-26  |  403 b   |  19 lines

  1. /**************************
  2.  * doc.h                  *
  3.  **************************
  4.  * include file for doc.c *
  5.  **************************
  6.  * [1998-06-02, tm]       *
  7.  * - first C version      *
  8.  **************************/
  9.  
  10. #ifndef DOC_H
  11. #define DOC_H
  12.  
  13. void open_doc(int *pipe);
  14. void close_doc(int gv, int *pipe);
  15. void olga_opendoc(int *pipe);
  16. void olga_closedoc(int *pipe);
  17.  
  18. #endif
  19.