X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fversion.h;fp=common-src%2Fversion.h;h=f287767ac17681a165e21c168e6d047ea40edf2e;hb=1194fb66aa28d9929c3f2bef3cc6c1c3f40a60a4;hp=cae54cec71623049cdc98d3ced6daa859aed4799;hpb=2df780bff19c457b0debb7adc29972a0bc2a5dc2;p=debian%2Famanda diff --git a/common-src/version.h b/common-src/version.h index cae54ce..f287767 100644 --- a/common-src/version.h +++ b/common-src/version.h @@ -1,6 +1,6 @@ /* * Amanda, The Advanced Maryland Automatic Network Disk Archiver - * Copyright (c) 1991-1998 University of Maryland at College Park + * Copyright (c) 1991-1999 University of Maryland at College Park * All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its @@ -24,7 +24,7 @@ * file named AUTHORS, in the root directory of this distribution. */ /* - * $Id: version.h,v 1.4.4.1 1999/05/25 06:59:58 oliva Exp $ + * $Id: version.h,v 1.5 1999/04/16 04:58:58 kashmir Exp $ * * interface to obtain the current amanda version */ @@ -48,11 +48,12 @@ extern const int VERSION_MAJOR; extern const int VERSION_MINOR; extern const int VERSION_PATCH; 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 char *versionsuffix(); +extern const char *versionsuffix P((void)); /* version returns a string representing the version of Amanda. */ -extern char *version(); +extern const char *version P((void)); #endif