diff options
author | David Shaw <[email protected]> | 2005-03-31 17:11:53 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-03-31 17:11:53 +0000 |
commit | c336e34571cdec5c9efa162c2aab9a56c3cce784 (patch) | |
tree | 14ad54ac65b5db7eed8a9dd94f45e0517734b665 /g10/exec.h | |
parent | * keydb.c (keydb_add_resource): Clarify meaning of flags. Add new (diff) | |
download | gnupg-c336e34571cdec5c9efa162c2aab9a56c3cce784.tar.gz gnupg-c336e34571cdec5c9efa162c2aab9a56c3cce784.zip |
* exec.h, exec.c (set_exec_path): Remove some dead code and change all
callers. We no longer need to append to $PATH.
Diffstat (limited to '')
-rw-r--r-- | g10/exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/exec.h b/g10/exec.h index 25369dc34..81e578bc6 100644 --- a/g10/exec.h +++ b/g10/exec.h @@ -1,5 +1,5 @@ /* exec.h - * Copyright (C) 2001, 2002 Free Software Foundation, Inc. + * Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -38,6 +38,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 method); +int set_exec_path(const char *path); #endif /* !_EXEC_H_ */ |