diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-11 18:53:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-11 18:53:52 +0000 |
commit | 3f4357f701bd93523718fad49f37ca46a1bf7b7c (patch) | |
tree | d5bb381a2c97d21f3a239000de6dadce20e8ab62 /bin/ksh/proto.h | |
parent | d50c1064a55a09bd16da6a333beabca9f69f31b5 (diff) |
remove unused variables and functions
Diffstat (limited to 'bin/ksh/proto.h')
-rw-r--r-- | bin/ksh/proto.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/ksh/proto.h b/bin/ksh/proto.h index 38d33b91b1e..67b3b1bfbd6 100644 --- a/bin/ksh/proto.h +++ b/bin/ksh/proto.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.h,v 1.27 2005/10/06 06:39:36 otto Exp $ */ +/* $OpenBSD: proto.h,v 1.28 2005/12/11 18:53:51 deraadt Exp $ */ /* * prototypes for PD-KSH @@ -89,7 +89,6 @@ int c_fc(char **); void sethistsize(int); void sethistfile(const char *); char ** histpos(void); -int histN(void); int histnum(int); int findhist(int, int, const char *, int); int findhistrel(const char *); @@ -167,7 +166,6 @@ void newenv(int); void quitenv(struct shf *); void cleanup_parents_env(void); void cleanup_proc_env(void); -void aerror(Area *, const char *) __attribute__((__noreturn__)); /* misc.c */ void setctypes(const char *, int); void initctypes(void); |