lintian doesn't like orphan packages with uploaders...
[debian/amanda] / server-src / amindex.h
index 3e14b12dc8d20a1f684fa1c25b4c2f0eb2a68747..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
@@ -25,7 +26,7 @@
  *                        University of Maryland at College Park
  */
 /*
- * $Id: amindex.h,v 1.8.2.1 2006/11/24 18:05:06 martinea Exp $
+ * $Id: amindex.h,v 1.8 2006/05/25 01:47:19 johnfranks Exp $
  *
  * headers for index control
  */
@@ -36,6 +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 */