Imported Upstream version 3.2.0
[debian/amanda] / server-src / cmdline.h
index 4fa6c53f871689693e2c0e4f7d9d6d484439f617..bd62e74bbb158ae23f2965a8785cb1d550cf4647 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2008 Zmanda Inc.  All Rights Reserved.
+ * Copyright (c) 2007,2008 Zmanda, Inc.  All Rights Reserved.
  * 
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 as published
@@ -14,7 +14,7 @@
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  * 
- * Contact information: Zmanda Inc, 465 S Mathlida Ave, Suite 300
+ * Contact information: Zmanda Inc, 465 S. Mathilda Ave., Suite 300
  * Sunnyvale, CA 94086, USA, or: http://www.zmanda.com
  *
  * Author: Dustin J. Mitchell <dustin@zmanda.com>
@@ -43,6 +43,7 @@ typedef struct dumpspec_s {
     char *disk;
     char *datestamp;
     char *level;
+    char *write_timestamp;
 } dumpspec_t;
 
 /*
@@ -55,6 +56,7 @@ typedef struct dumpspec_s {
  * @param disk: disk name
  * @param datestamp: datestamp
  * @param level: level (as a string, allowing regexes)
+ * @param write_timestamp: timestamp written to tape.
  * @returns: dumpspec, or NULL on error
  */
 dumpspec_t *
@@ -62,7 +64,8 @@ dumpspec_new(
     char *host, 
     char *disk, 
     char *datestamp,
-    char *level);
+    char *level,
+    char *write_timestamp);
 
 /* Free memory associated with a single dumpspec.  (Does not chase 
  * next pointers)