Changeset 32632 for trunk/Ohana/src/opihi/include/shell.h
- Timestamp:
- Nov 8, 2011, 2:54:20 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/shell.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/shell.h
r31667 r32632 184 184 185 185 /* socket functions */ 186 int InitServerSocket (SockAddress *Address );186 int InitServerSocket (SockAddress *Address, char *hostname, char *portinfo); 187 187 int WaitServerSocket (int InitSocket, SockAddress *Address); 188 int GetClientSocket (char *hostname );188 int GetClientSocket (char *hostname, char *portinfo); 189 189 int InitServerSocket_Named (char *hostname, SockAddress *Address); 190 190 int DefineValidIP (void);
Note:
See TracChangeset
for help on using the changeset viewer.
