diff options
| author | Werner Koch <[email protected]> | 2006-08-01 12:23:34 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2006-08-01 12:23:34 +0000 |
| commit | 8c219602515ae1dba5bc0da31077852dab61809e (patch) | |
| tree | 49d596d702cfec2b8cc42ccaf8c90c82d5200ac5 /g10/exec.h | |
| parent | Forgot this one. (diff) | |
| parent | 2006-07-29 Marcus Brinkmann <[email protected]> (diff) | |
| download | gnupg-8c219602515ae1dba5bc0da31077852dab61809e.tar.gz gnupg-8c219602515ae1dba5bc0da31077852dab61809e.zip | |
Moved 1.9 branch to trunk
Diffstat (limited to 'g10/exec.h')
| -rw-r--r-- | g10/exec.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/exec.h b/g10/exec.h index b4a6f0ec1..66d13c72b 100644 --- a/g10/exec.h +++ b/g10/exec.h @@ -24,7 +24,8 @@ #include <unistd.h> #include <stdio.h> -#include "iobuf.h" + +#include "../common/iobuf.h" struct exec_info { @@ -39,7 +40,7 @@ struct exec_info } flags; pid_t child; FILE *tochild; - IOBUF fromchild; + iobuf_t fromchild; char *command,*name,*tempdir,*tempfile_in,*tempfile_out; }; |
