lintian doesn't like orphan packages with uploaders...
[debian/amanda] / common-src / tapelist.h
index e6b58e20dff93c90385520a7b9b427d414837a94..97758e392df57d8db4bbf9880614f36bbce17d7b 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
@@ -45,12 +46,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);