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

    r8361 r21153  
    4141int SEDfitInit (SEDtable *table);
    4242int SEDfitPlot (SEDtable *table, double R, double D, SEDfit *minFit, SEDtableRow *sourceValue, SEDtableRow *sourceError);
    43 int SEDfitClear ();
     43int SEDfitClear (void);
    4444int SEDfitCatalog (Catalog *outcat, Catalog *incat, SEDtable *table);
    4545void SetLimitsRaw (float *xvec, float *yvec, int Nelements, Graphdata *graphmode);
Note: See TracChangeset for help on using the changeset viewer.