mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* exec.h, exec.c (set_exec_path): Remove some dead code and change all
callers. We no longer need to append to $PATH.
This commit is contained in:
parent
fe01cbceb0
commit
c336e34571
5 changed files with 16 additions and 23 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue