home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2001 January / LCD_01_2001.iso / updates / coma525 / doku / develop / coma_drv.h next >
Encoding:
Text File  |  1997-05-16  |  265 b   |  10 lines

  1. /* CoMa Fax Treiber (c) by SOFTBÄR  */
  2.  
  3. int coma_clear_folder(char *folder);
  4. int coma_open_file(char *folder, char *name);
  5. int coma_pixelline(char *pixel);
  6. int coma_close_file(void);
  7.  
  8. #define NO_PATH      -1
  9. #define CREATE_ERROR -2
  10. #define WRITE_ERROR  -3