Imported Upstream version 2.5.0
[debian/amanda] / common-src / pipespawn.h
index 4ef7d662e243699314ddb3f75cc77a435ba2c9ad..4a8a9e954ade9921a387a3a64df3b00f15dca882 100644 (file)
@@ -18,6 +18,10 @@ int pipespawn P((char *prog, int pipedef,
 int pipespawnv P((char *prog, int pipedef,
                  int *stdinfd, int *stdoutfd, int *stderrfd,
                  char **my_argv));
+int pipespawnv_passwd P((char *prog, int pipedef,
+                 int *stdinfd, int *stdoutfd, int *stderrfd,
+                 char *passwdvar, int *passwdfd,
+                 char **my_argv));
 
 
 #endif /* PIPESPAWN_H */