IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2009, 10:43:26 AM (17 years ago)
Author:
eugene
Message:

lots of very minor API mods to satisfy some pickier compilers (supply void to prototypes for argument-less functions)

File:
1 edited

Legend:

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

    r17419 r21153  
    4444IOBuffer child_stderr;
    4545
    46 int InitChild ();
    47 int FreeChild ();
    48 int CheckChild ();
    49 void CheckChildStatus ();
     46int InitChild (void);
     47int FreeChild (void);
     48int CheckChild (void);
     49void CheckChildStatus (void);
    5050
    51 void InitPclient ();
    52 void FreePclient ();
     51void InitPclient (void);
     52void FreePclient (void);
    5353void gotsignal (int signum);
    5454
Note: See TracChangeset for help on using the changeset viewer.