X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Finfofile.h;h=28ac933df1e0e7303d510a3301de301526de1ba1;hb=HEAD;hp=f8139f7ff8f9e8a2694c70b7a353a4d378a4c504;hpb=12179dea039515c06168c0037d048566a3f623de;p=debian%2Famanda diff --git a/server-src/infofile.h b/server-src/infofile.h index f8139f7..28ac933 100644 --- a/server-src/infofile.h +++ b/server-src/infofile.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 @@ -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);