home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / COMA_270.LZH / DEVELOP / COMA_DRV.H next >
Text File  |  1993-10-31  |  265b  |  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