5747679 [rkeene@sledge /home/rkeene/devel/libopennet-0.8.1]$ cat -n opennet.h
 1 #ifndef _OPENNET_H 
 2 #define _OPENNET_H
 3 #include <sys/types.h>
 4 #include <unistd.h>
 5 
 6 
 7 int createlisten(int port);
 8 void closeconnection(int sockfd);
 9 int createconnection_tcp(char *host, int port);
10 int open_net(const char *pathname, int flags, ...);
11 off_t lseek_net(int filedes, off_t offset, int whence);
12 ssize_t read_net(int fd, void *buf, size_t count);
13 #endif
5747680 [rkeene@sledge /home/rkeene/devel/libopennet-0.8.1]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2001-08-24 11:36:58