Merge commit 'upstream/2.6.1p1'
[debian/amanda] / common-src / version.h
index f287767ac17681a165e21c168e6d047ea40edf2e..f5b7871dc878ea9b6e543a4695611bb9f96d9f4e 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
  */
 #ifndef VERSION_H
 #define VERSION_H
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 extern const int   VERSION_MAJOR;
 extern const int   VERSION_MINOR;
 extern const int   VERSION_PATCH;
@@ -51,9 +47,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