Index: trunk/Ohana/src/libdvo/include/dvo.h
===================================================================
--- trunk/Ohana/src/libdvo/include/dvo.h	(revision 19187)
+++ trunk/Ohana/src/libdvo/include/dvo.h	(revision 21153)
@@ -279,8 +279,8 @@
 OhanaProjectionMode GetProjectionMode (OhanaProjection proj);
 
-char *libdvo_version ();
-
-int isRegisteredMosaic ();
-int GetRegisteredMosaic ();
+char *libdvo_version (void);
+
+int isRegisteredMosaic (void);
+int GetRegisteredMosaic (void);
 int GetMosaicCoords (Coords *coords);
 int FindMosaicForImage (Image *images, int Nimages, int entry);
@@ -317,5 +317,5 @@
 int PhotColor (Average *average, SecFilt *secfilt, Measure *measure, int c1, int c2, double *color);
 
-PhotCodeData *GetPhotcodeTable ();
+PhotCodeData *GetPhotcodeTable (void);
 
 int LoadPhotcodes (char *catdir_file, char *master_file);
@@ -331,7 +331,7 @@
 int GetPhotcodeEquivCodebyCode (int code);
 int GetPhotcodeNsec (int code);
-int GetPhotcodeNsecfilt ();
+int GetPhotcodeNsecfilt (void);
 void SetZeroPoint (double ZP);
-double GetZeroPoint ();
+double GetZeroPoint (void);
 int *GetPhotcodeEquivList (int code, int *nlist);
 void ParseColorTerms (char *terms, float *X, int *N);
