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/pantasks.h

    r8192 r8427  
    55# include <time.h>
    66# include <zlib.h>
    7 # include <netinet/ip.h>
    8 # include <netdb.h>
    9 # include <arpa/inet.h>
    10 
    11 typedef struct sockaddr_in SockAddress;
    127
    138typedef enum {
     
    210205void *ListenClients (void *data);
    211206
    212 int InitServerSocket (SockAddress *Address);
    213 int WaitServerSocket (int InitSocket, SockAddress *Address);
    214 int GetClientSocket (char *hostname);
    215 int InitServerSocket_Named (char *hostname, SockAddress *Address);
    216 
    217207/*
    218208void InitPrint ();
Note: See TracChangeset for help on using the changeset viewer.