unpack zips in src to better compression
This commit is contained in:
6
sources/z-tools/trunk/zweather/inet.h
Normal file
6
sources/z-tools/trunk/zweather/inet.h
Normal file
@@ -0,0 +1,6 @@
|
||||
extern void inet_close (long fh);
|
||||
extern short inet_host_addr (const char * name, long * addr);
|
||||
extern long inet_connect (long addr, long port, long tout_sec);
|
||||
extern long inet_send( long fh, const char * buf, size_t len);
|
||||
extern long inet_recv (long fh, char *buf, size_t len);
|
||||
|
||||
Reference in New Issue
Block a user