home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume21
/
exebyte_toc
/
smtops.h
< prev
Wrap
C/C++ Source or Header
|
1990-04-29
|
308b
|
16 lines
#ifndef SMTOPS_H
#define SMTOPS_H 1
#include "smtio.h"
extern struct smt_stat *smt_status();
extern int smt_open();
extern void smt_close();
extern void smt_close_without_eof();
extern void smt_rewind();
extern void smt_eof();
extern int smt_read();
extern int smt_write();
#endif