diff options
Diffstat (limited to 'g10/exec.h')
-rw-r--r-- | g10/exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/exec.h b/g10/exec.h index 2e0be460b..442952804 100644 --- a/g10/exec.h +++ b/g10/exec.h @@ -18,5 +18,6 @@ int exec_write(struct exec_info **info,const char *program, const char *args_in,const char *name,int writeonly,int binary); int exec_read(struct exec_info *info); int exec_finish(struct exec_info *info); +int set_exec_path(const char *path); #endif /* !_EXEC_H_ */ |