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/gcompare/include/gcompare.h

    r16040 r21153  
    2323/******* PROTOTYPES ***********/
    2424
    25 void               help              PROTO(());
     25void               help              PROTO((void));
    2626data_type          input             PROTO((char *, int, int, int));
    2727match_type        *compare           PROTO((data_type, data_type, int *, double, double, double, double));
Note: See TracChangeset for help on using the changeset viewer.