X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Famindex.h;h=0e32101579a195b35e45388eb64a238aa8876582;hb=HEAD;hp=e4722a47efd29136a1c1f291969e8f53f6ecee55;hpb=1194fb66aa28d9929c3f2bef3cc6c1c3f40a60a4;p=debian%2Famanda diff --git a/server-src/amindex.h b/server-src/amindex.h index e4722a4..0e32101 100644 --- a/server-src/amindex.h +++ b/server-src/amindex.h @@ -1,6 +1,7 @@ /* * Amanda, The Advanced Maryland Automatic Network Disk Archiver * Copyright (c) 1991-1998 University of Maryland at College Park + * Copyright (c) 2007-2012 Zmanda, Inc. All Rights Reserved. * All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its @@ -25,7 +26,7 @@ * University of Maryland at College Park */ /* - * $Id: amindex.h,v 1.7 1999/09/15 00:32:27 jrj Exp $ + * $Id: amindex.h,v 1.8 2006/05/25 01:47:19 johnfranks Exp $ * * headers for index control */ @@ -35,6 +36,8 @@ #include "amanda.h" #include "conffile.h" -char *getindexfname P((char *host, char *disk, char *date, int level)); +char *getindexfname(char *host, char *disk, char *date, int level); +char *getheaderfname(char *host, char *disk, char *date, int level); +char *getoldindexfname(char *host, char *disk, char *date, int level); #endif /* AMINDEX_H */