From 00aa9ed187b22f45c95705b527daef3733c2d166 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 22 Dec 2004 19:02:14 +0000 Subject: quitenv() proto should have the variable type only, not the name. --- bin/ksh/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ksh/proto.h') 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__)); -- cgit v1.2.3