- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/include/shell.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/opihi/include/shell.h
r31667 r33415 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.
