IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 20, 2006, 5:36:41 PM (20 years ago)
Author:
eugene
Message:

updated to the new DVO APIs; minor cleanups (unused variables, etc)

File:
1 edited

Legend:

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

    r8424 r8427  
    1717
    1818typedef int CommandF ();
     19
     20typedef struct sockaddr_in SockAddress;
    1921
    2022/*** typedef structs used by shell functions ***/
     
    149151int           gwrite                    PROTO((char *buffer, int size, int N, gpDest dest));
    150152
     153/* socket functions */
     154int InitServerSocket (SockAddress *Address);
     155int WaitServerSocket (int InitSocket, SockAddress *Address);
     156int GetClientSocket (char *hostname);
     157int InitServerSocket_Named (char *hostname, SockAddress *Address);
     158
    151159# endif
     160
Note: See TracChangeset for help on using the changeset viewer.