X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Famindex.h;h=0e32101579a195b35e45388eb64a238aa8876582;hb=HEAD;hp=fb8e52641a000c821350f4bb5d6ea676c564e616;hpb=cdbbeef9cde260e429854dd313bc0bf7560e1e24;p=debian%2Famanda diff --git a/server-src/amindex.h b/server-src/amindex.h index fb8e526..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 @@ -36,5 +37,7 @@ #include "conffile.h" 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 */