IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2006, 10:58:49 PM (20 years ago)
Author:
eugene
Message:

major updates to use gprint for buffered / threaded printing

File:
1 edited

Legend:

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

    r7892 r7917  
    88# include <netdb.h>
    99# include <arpa/inet.h>
    10 # include <pthread.h>
    1110
    1211typedef struct sockaddr_in SockAddress;
     
    202201int GetClientSocket (char *hostname);
    203202int InitServerSocket_Named (char *hostname, SockAddress *Address);
     203
     204/*
     205void InitPrint ();
     206void SetOutBuffer ();
     207IOBuffer *GetOutBuffer ();
     208void SetOutfile (char *outname);
     209FILE *GetOutFile ();
     210int ioprint (IOBuffer *buffer, char *format, ...);
     211int gprintf (char *format, ...);
     212*/
Note: See TracChangeset for help on using the changeset viewer.