IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

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

    r4684 r4689  
    1 # include "opihi.h"
    2 # include <sys/types.h>
    3 # include <sys/wait.h>
     1# include "data.h"
     2# include "basic.h"
    43
    54/** pclient global data **/
     
    7170void CheckChildStatus ();
    7271
     72void InitPclient ();
     73void gotsignal (int signum);
     74
    7375# define DTIME(A,B) ((A.tv_sec - B.tv_sec) + 1e-6*(A.tv_usec - B.tv_usec))
Note: See TracChangeset for help on using the changeset viewer.