Changeset 21153 for trunk/Ohana/src/libdvo/include/dvo.h
- Timestamp:
- Jan 22, 2009, 10:43:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/include/dvo.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/include/dvo.h
r19187 r21153 279 279 OhanaProjectionMode GetProjectionMode (OhanaProjection proj); 280 280 281 char *libdvo_version ( );282 283 int isRegisteredMosaic ( );284 int GetRegisteredMosaic ( );281 char *libdvo_version (void); 282 283 int isRegisteredMosaic (void); 284 int GetRegisteredMosaic (void); 285 285 int GetMosaicCoords (Coords *coords); 286 286 int FindMosaicForImage (Image *images, int Nimages, int entry); … … 317 317 int PhotColor (Average *average, SecFilt *secfilt, Measure *measure, int c1, int c2, double *color); 318 318 319 PhotCodeData *GetPhotcodeTable ( );319 PhotCodeData *GetPhotcodeTable (void); 320 320 321 321 int LoadPhotcodes (char *catdir_file, char *master_file); … … 331 331 int GetPhotcodeEquivCodebyCode (int code); 332 332 int GetPhotcodeNsec (int code); 333 int GetPhotcodeNsecfilt ( );333 int GetPhotcodeNsecfilt (void); 334 334 void SetZeroPoint (double ZP); 335 double GetZeroPoint ( );335 double GetZeroPoint (void); 336 336 int *GetPhotcodeEquivList (int code, int *nlist); 337 337 void ParseColorTerms (char *terms, float *X, int *N);
Note:
See TracChangeset
for help on using the changeset viewer.
