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

    r19187 r21153  
    279279OhanaProjectionMode GetProjectionMode (OhanaProjection proj);
    280280
    281 char *libdvo_version ();
    282 
    283 int isRegisteredMosaic ();
    284 int GetRegisteredMosaic ();
     281char *libdvo_version (void);
     282
     283int isRegisteredMosaic (void);
     284int GetRegisteredMosaic (void);
    285285int GetMosaicCoords (Coords *coords);
    286286int FindMosaicForImage (Image *images, int Nimages, int entry);
     
    317317int PhotColor (Average *average, SecFilt *secfilt, Measure *measure, int c1, int c2, double *color);
    318318
    319 PhotCodeData *GetPhotcodeTable ();
     319PhotCodeData *GetPhotcodeTable (void);
    320320
    321321int LoadPhotcodes (char *catdir_file, char *master_file);
     
    331331int GetPhotcodeEquivCodebyCode (int code);
    332332int GetPhotcodeNsec (int code);
    333 int GetPhotcodeNsecfilt ();
     333int GetPhotcodeNsecfilt (void);
    334334void SetZeroPoint (double ZP);
    335 double GetZeroPoint ();
     335double GetZeroPoint (void);
    336336int *GetPhotcodeEquivList (int code, int *nlist);
    337337void ParseColorTerms (char *terms, float *X, int *N);
Note: See TracChangeset for help on using the changeset viewer.