lintian doesn't like orphan packages with uploaders...
[debian/amanda] / server-src / infofile.h
index f8139f7ff8f9e8a2694c70b7a353a4d378a4c504..28ac933df1e0e7303d510a3301de301526de1ba1 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
@@ -34,7 +35,6 @@
 
 #include "amanda.h"
 
-#define DUMP_LEVELS    10
 #define MAX_LABEL      80
 #define EPOCH          ((time_t)0)
 
@@ -86,10 +86,6 @@ void close_infofile(void);
 char *get_dumpdate(info_t *info, int level);
 double perf_average(double *array, double def);
 int get_info(char *hostname, char *diskname, info_t *info);
-int get_firstkey(char *hostname, int hostname_size,
-                   char *diskname, int diskname_size);
-int get_nextkey(char *hostname, int hostname_size,
-                   char *diskname, int diskname_size);
 int put_info(char *hostname, char *diskname, info_t *info);
 int del_info(char *hostname, char *diskname);