X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fversion.h;h=1ee7cf988f18d258b20770cf7e25200d7782388e;hb=a6127998ee6dcab6bb034f6ca985b07804a86f9a;hp=f287767ac17681a165e21c168e6d047ea40edf2e;hpb=1194fb66aa28d9929c3f2bef3cc6c1c3f40a60a4;p=debian%2Famanda diff --git a/common-src/version.h b/common-src/version.h index f287767..1ee7cf9 100644 --- a/common-src/version.h +++ b/common-src/version.h @@ -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