summaryrefslogtreecommitdiff
path: root/pico/efunc.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-08-11 11:28:18 -0600
committerEduardo Chappa <chappa@washington.edu>2013-08-11 11:28:18 -0600
commitc7f649c87f18773b00b955858992783e4d34e168 (patch)
tree38fa283ba09eb4c03e84d637d7175eeb509eade8 /pico/efunc.h
parent68e60cfaa434ab6fa738949cca151b2d28252025 (diff)
downloadalpine-c7f649c87f18773b00b955858992783e4d34e168.tar.xz
* reverse backward search momemtarily, it will be released as patch,
included in all.patch, and later released when it has been thoroughly tested.
Diffstat (limited to 'pico/efunc.h')
-rw-r--r--pico/efunc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pico/efunc.h b/pico/efunc.h
index 16522f80..b551dfc7 100644
--- a/pico/efunc.h
+++ b/pico/efunc.h
@@ -2,8 +2,8 @@
* $Id: efunc.h 807 2007-11-09 01:21:33Z hubert@u.washington.edu $
*
* ========================================================================
- * Copyright 2013 Eduardo Chappa
* Copyright 2006-2007 University of Washington
+ * Copyright 2013 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -229,9 +229,9 @@ extern void unmarkbuffer(void);
/* search.c */
extern int forwsearch(int, int);
-extern int readpattern(char *, int, int);
-extern int forscan(int *, UCS *, int, LINE *, int, int);
-extern void chword(UCS *, UCS *, int);
+extern int readpattern(char *, int);
+extern int forscan(int *, UCS *, LINE *, int, int);
+extern void chword(UCS *, UCS *);
/* spell.c */
#ifdef SPELLER