summary refs log tree commit diff
path: root/src/exec.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exec.h b/src/exec.h
index daa6f10..9ccb305 100644
--- a/src/exec.h
+++ b/src/exec.h
@@ -71,7 +71,7 @@ void changepath(const char *);
 #ifdef notdef
 void getcmdentry(char *, struct cmdentry *);
 #endif
-void defun(char *, union node *);
+void defun(union node *);
 void unsetfunc(const char *);
 int typecmd(int, char **);
 int commandcmd(int, char **);