X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Ftapefile.h;h=eac09e9a366894f8f55155ebc191e27b2675c660;hb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;hp=a90da570fe15da8cbd501ac5bab109440b7c4ec6;hpb=fb2bd066c2f8b34addafe48d62550e3033a59431;p=debian%2Famanda diff --git a/server-src/tapefile.h b/server-src/tapefile.h index a90da57..eac09e9 100644 --- a/server-src/tapefile.h +++ b/server-src/tapefile.h @@ -40,6 +40,7 @@ typedef struct tape_s { char * datestamp; int reuse; char *label; + char *comment; } tape_t; int read_tapelist(char *tapefile); @@ -51,7 +52,7 @@ tape_t *lookup_tapedate(char *datestamp); int lookup_nb_tape(void); tape_t *lookup_last_reusable_tape(int skip); void remove_tapelabel(char *label); -tape_t *add_tapelabel(char *datestamp, char *label); +tape_t *add_tapelabel(char *datestamp, char *label, char *comment); int reusable_tape(tape_t *tp); int guess_runs_from_tapelist(void);