summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-12-22 19:02:14 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-12-22 19:02:14 +0000
commit00aa9ed187b22f45c95705b527daef3733c2d166 (patch)
treeced080b0448df1e03be9e3298b3853f2e71957b9
parentfcabeabce11f74002604f289a398e5ea7ff70f80 (diff)
quitenv() proto should have the variable type only, not the name.
-rw-r--r--bin/ksh/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/proto.h b/bin/ksh/proto.h
index 1dabd8a1e1e..fb49c7bd71f 100644
--- a/bin/ksh/proto.h
+++ b/bin/ksh/proto.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: proto.h,v 1.23 2004/12/22 18:57:28 otto Exp $ */
+/* $OpenBSD: proto.h,v 1.24 2004/12/22 19:02:13 millert Exp $ */
/*
* prototypes for PD-KSH
@@ -164,7 +164,7 @@ int command(const char *);
int shell(Source *volatile, int volatile);
void unwind(int) __attribute__((__noreturn__));
void newenv(int);
-void quitenv(struct shf *shf);
+void quitenv(struct shf *);
void cleanup_parents_env(void);
void cleanup_proc_env(void);
void aerror(Area *, const char *) __attribute__((__noreturn__));