summaryrefslogtreecommitdiffstats
path: root/bin/sh/myhistedit.h
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1996-12-14 06:20:03 +0000
committersteve <steve@FreeBSD.org>1996-12-14 06:20:03 +0000
commitc58aca035e2c61510b619368861598623eb95e52 (patch)
tree049d84189a59de29d49254b609a318b17ee59387 /bin/sh/myhistedit.h
parenta958416f1b4a022c358b94db0b8e6bcc6cb54ee0 (diff)
downloadFreeBSD-src-c58aca035e2c61510b619368861598623eb95e52.zip
FreeBSD-src-c58aca035e2c61510b619368861598623eb95e52.tar.gz
Merge in NetBSD mods and -Wall cleaning.
Obtained from: NetBSD, me
Diffstat (limited to 'bin/sh/myhistedit.h')
-rw-r--r--bin/sh/myhistedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/myhistedit.h b/bin/sh/myhistedit.h
index 3f69381..f0fa314 100644
--- a/bin/sh/myhistedit.h
+++ b/bin/sh/myhistedit.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)myhistedit.h 8.2 (Berkeley) 5/4/95
- * $Id: myhistedit.h,v 1.2 1994/09/24 02:57:59 davidg Exp $
+ * $Id: myhistedit.h,v 1.3 1996/09/01 10:21:00 peter Exp $
*/
#include <histedit.h>
@@ -41,7 +41,7 @@ extern EditLine *el;
extern int displayhist;
void histedit __P((void));
-void sethistsize __P((void));
+void sethistsize __P((const char *));
int histcmd __P((int, char **));
int not_fcnumber __P((char *));
int str_to_event __P((char *, int));
OpenPOWER on IntegriCloud