Changeset 8427 for trunk/Ohana/src/opihi/include/pantasks.h
- Timestamp:
- Aug 20, 2006, 5:36:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/pantasks.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/pantasks.h
r8192 r8427 5 5 # include <time.h> 6 6 # include <zlib.h> 7 # include <netinet/ip.h>8 # include <netdb.h>9 # include <arpa/inet.h>10 11 typedef struct sockaddr_in SockAddress;12 7 13 8 typedef enum { … … 210 205 void *ListenClients (void *data); 211 206 212 int InitServerSocket (SockAddress *Address);213 int WaitServerSocket (int InitSocket, SockAddress *Address);214 int GetClientSocket (char *hostname);215 int InitServerSocket_Named (char *hostname, SockAddress *Address);216 217 207 /* 218 208 void InitPrint ();
Note:
See TracChangeset
for help on using the changeset viewer.
