diff options
Diffstat (limited to 'g10/exec.h')
-rw-r--r-- | g10/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/exec.h b/g10/exec.h index 442952804..427f25810 100644 --- a/g10/exec.h +++ b/g10/exec.h @@ -18,6 +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); +int set_exec_path(const char *path,int method); #endif /* !_EXEC_H_ */ |