IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2011, 2:54:20 PM (15 years ago)
Author:
eugene
Message:

add nice ability to pantasks/pcontrol/pclient; add ports to pantasks_server; minor updates to dvo skycoverage, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/shell.h

    r31667 r32632  
    184184
    185185/* socket functions */
    186 int InitServerSocket (SockAddress *Address);
     186int InitServerSocket (SockAddress *Address, char *hostname, char *portinfo);
    187187int WaitServerSocket (int InitSocket, SockAddress *Address);
    188 int GetClientSocket (char *hostname);
     188int GetClientSocket (char *hostname, char *portinfo);
    189189int InitServerSocket_Named (char *hostname, SockAddress *Address);
    190190int DefineValidIP (void);
Note: See TracChangeset for help on using the changeset viewer.