IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2009, 10:43:26 AM (18 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/imregister/include/imregister.h

    r12332 r21153  
    7878void sortpair (int *X, int *Y, int N);
    7979
    80 void ConfigCamera ();
     80void ConfigCamera (void);
    8181int MatchCCDNameHeader (Header *header);
    8282int MatchCCDName (char *ID);
    83 void ConfigFilter ();
     83void ConfigFilter (void);
    8484int MatchFilterList (char *line);
    8585void ConfigInit (int *argc, char **argv);
Note: See TracChangeset for help on using the changeset viewer.