X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Finfofile.h;h=bb33b6b9172bfd2425b3d035e3ae87ff371c5089;hb=c0dcac5cea561cfb1faa01a0c0738a8768c22efd;hp=f8139f7ff8f9e8a2694c70b7a353a4d378a4c504;hpb=cdbbeef9cde260e429854dd313bc0bf7560e1e24;p=debian%2Famanda diff --git a/server-src/infofile.h b/server-src/infofile.h index f8139f7..bb33b6b 100644 --- a/server-src/infofile.h +++ b/server-src/infofile.h @@ -34,7 +34,6 @@ #include "amanda.h" -#define DUMP_LEVELS 10 #define MAX_LABEL 80 #define EPOCH ((time_t)0) @@ -86,10 +85,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);