00001 #ifndef SOCKETIO_H 00002 #define SOCKETIO_H 00003 00004 int rst_open(char*,int); 00005 00006 int rst_send(int,unsigned char*,int); 00007 00008 int rst_receive(int,unsigned char*,int); 00009 00010 void rst_close(int); 00011 00012 #endif