root/nano-RK/tools/SLIPstream/SLIPstream-client/slipstream.h

Revision 123, 241 bytes (checked in by agr, 1 year ago)

slipstream update

Line 
1 #ifndef _SLIPSTREAM_H_
2 #define _SLIPSTREAM_H_
3
4
5 #define MAX_BUF    256
6
7 void error (char *);
8
9 int slipstream_open(char *addr, int port, int blocking_read);
10 int slipstream_send(char *buf, int size);
11 int slipstream_receive(char *buf);
12
13 #endif
Note: See TracBrowser for help on using the browser.