Imported Upstream version 2.5.0
[debian/amanda] / client-src / sendbackup.h
index e20ca0d41f58cedaff60538c33e3fcf52312cb1e..ee2a836a0af3b97008ed93a3c00e6179ddf800f5 100644 (file)
@@ -24,7 +24,7 @@
  * file named AUTHORS, in the root directory of this distribution.
  */
 /* 
- * $Id: sendbackup.h,v 1.11.4.1.6.3 2002/03/31 21:01:32 jrjackson Exp $
+ * $Id: sendbackup.h,v 1.18 2005/12/09 03:22:52 paddy_s Exp $
  *
  * a few common decls for the sendbackup-* sources
  */
@@ -32,8 +32,7 @@
 #include "pipespawn.h"
 #include "client_util.h"
 
-void write_tapeheader P((void));
-
+void info_tapeheader P((void));
 void start_index P((int createindex, int input, int mesg, 
                    int index, char *cmd));
 
@@ -69,7 +68,7 @@ typedef struct regex_s {
 #define AM_SIZE_RE(re,s)       {(re), __LINE__, (s), DMP_SIZE}
 #define AM_ERROR_RE(re)                {(re), __LINE__, 0, DMP_ERROR}
 
-extern int  comppid, dumppid, tarpid;
+extern int  comppid, dumppid, encpid, tarpid;
 extern int indexpid;
 extern option_t *options;