X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fversion.h;h=1ee7cf988f18d258b20770cf7e25200d7782388e;hb=cdbbeef9cde260e429854dd313bc0bf7560e1e24;hp=f287767ac17681a165e21c168e6d047ea40edf2e;hpb=6663e25ecad46c729d9be4f8585c51b523ac9044;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