summaryrefslogtreecommitdiffstats
path: root/g10/exec.h
diff options
context:
space:
mode:
authorDavid Shaw <dshaw@jabberwocky.com>2002-07-03 06:01:21 +0200
committerDavid Shaw <dshaw@jabberwocky.com>2002-07-03 06:01:21 +0200
commitbccb780228121a6ade6b08aecc50449455d9d1aa (patch)
tree8ebce5ee3f47f9a7fc1948e0622c7caf6111f4bc /g10/exec.h
parent* options.h, g10.c (main), keyserver.c (keyserver_refresh): Maintain and (diff)
downloadgnupg2-bccb780228121a6ade6b08aecc50449455d9d1aa.tar.xz
gnupg2-bccb780228121a6ade6b08aecc50449455d9d1aa.zip
* exec.h, exec.c (set_exec_path, exec_write), g10.c (main): If
USE_EXEC_PATH is defined at compile time, use it to lock the exec-path and not allow the user to change it.
Diffstat (limited to 'g10/exec.h')
-rw-r--r--g10/exec.h1
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_ */