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

    r17419 r21153  
    33# include "dvomath.h"
    44
    5 void cleanup ();
    6 void InitBasic ();
    7 void FreeBasic ();
    8 void InitBasic_PantasksClient ();
     5void cleanup (void);
     6void InitBasic (void);
     7void FreeBasic (void);
     8void InitBasic_PantasksClient (void);
Note: See TracChangeset for help on using the changeset viewer.