Imported Upstream version 2.5.1
[debian/amanda] / common-src / version.h
index f287767ac17681a165e21c168e6d047ea40edf2e..1ee7cf988f18d258b20770cf7e25200d7782388e 100644 (file)
@@ -24,7 +24,7 @@
  * file named AUTHORS, in the root directory of this distribution.
  */
 /*
- * $Id: version.h,v 1.5 1999/04/16 04:58:58 kashmir Exp $
+ * $Id: version.h,v 1.6 2006/05/25 01:47:12 johnfranks Exp $
  *
  * interface to obtain the current amanda version
  */
@@ -51,9 +51,9 @@ extern const char * const VERSION_COMMENT;
 extern const char * const version_info[];
 
 /* versionsuffix returns an empty string or a string like -2.3.0.4b1.  */
-extern const char *versionsuffix P((void));
+extern const char *versionsuffix(void);
 
 /* version returns a string representing the version of Amanda.  */
-extern const char *version P((void));
+extern const char *version(void);
 
 #endif