Imported Upstream version 2.6.0
[debian/amanda] / common-src / tapelist.h
index e6b58e20dff93c90385520a7b9b427d414837a94..c025046eb8fda6bc0eb4762b0fd267c5c45d6eff 100644 (file)
@@ -45,12 +45,13 @@ typedef struct tapelist_s {
     char *label;
     int isafile; /* set to 1 and make *label the path to the file */
     off_t *files;
+    int   *partnum;
     int numfiles;
 } tapelist_t;
 
 int num_entries(tapelist_t *tapelist);
 tapelist_t *append_to_tapelist(tapelist_t *tapelist, char *label,
-                                       off_t file, int isafile);
+                                       off_t file, int partnum, int isafile);
 char *marshal_tapelist(tapelist_t *tapelist, int escape);
 tapelist_t *unmarshal_tapelist_str(char *tapelist_str);
 char *escape_label(char *label);