Changeset 8427 for trunk/Ohana/src/opihi/include/shell.h
- Timestamp:
- Aug 20, 2006, 5:36:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/shell.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/shell.h
r8424 r8427 17 17 18 18 typedef int CommandF (); 19 20 typedef struct sockaddr_in SockAddress; 19 21 20 22 /*** typedef structs used by shell functions ***/ … … 149 151 int gwrite PROTO((char *buffer, int size, int N, gpDest dest)); 150 152 153 /* socket functions */ 154 int InitServerSocket (SockAddress *Address); 155 int WaitServerSocket (int InitSocket, SockAddress *Address); 156 int GetClientSocket (char *hostname); 157 int InitServerSocket_Named (char *hostname, SockAddress *Address); 158 151 159 # endif 160
Note:
See TracChangeset
for help on using the changeset viewer.
