lintian doesn't like orphan packages with uploaders...
[debian/amanda] / server-src / amindex.h
index fb8e52641a000c821350f4bb5d6ea676c564e616..0e32101579a195b35e45388eb64a238aa8876582 100644 (file)
@@ -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 */