home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume21 / exebyte_toc / smtops.h < prev   
C/C++ Source or Header  |  1990-04-29  |  308b  |  16 lines

  1. #ifndef    SMTOPS_H
  2. #define    SMTOPS_H 1
  3.  
  4. #include "smtio.h"
  5. extern    struct smt_stat    *smt_status();
  6.  
  7. extern    int            smt_open();
  8. extern    void            smt_close();
  9. extern  void         smt_close_without_eof();
  10. extern    void            smt_rewind();
  11. extern    void         smt_eof();
  12. extern    int         smt_read();
  13. extern    int         smt_write();
  14.  
  15. #endif
  16.