aboutsummaryrefslogtreecommitdiffstats
path: root/g10/exec.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/exec.h4
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_ */