about summary refs log tree commit diff
path: root/Src/hist.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-03 17:25:49 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-03 17:25:49 +0000
commit7bf416a7b3375e21812b8c863e6928933ebf011e (patch)
treed8afaa907e7b81e2dbb2805b4db80c0edc86a3e8 /Src/hist.c
parented41dafd3c79ebf2ce390ee9af54fe8bb21deb73 (diff)
downloadzsh-7bf416a7b3375e21812b8c863e6928933ebf011e.tar.gz
zsh-7bf416a7b3375e21812b8c863e6928933ebf011e.tar.xz
zsh-7bf416a7b3375e21812b8c863e6928933ebf011e.zip
zsh-workers/9547
Diffstat (limited to 'Src/hist.c')
-rw-r--r--Src/hist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/hist.c b/Src/hist.c
index 9bb809747..c14dc645d 100644
--- a/Src/hist.c
+++ b/Src/hist.c
@@ -707,7 +707,7 @@ nohwe(void)
 /* initialize the history mechanism */
 
 /**/
-void
+mod_export void
 hbegin(int dohist)
 {
     isfirstln = isfirstch = 1;
@@ -927,7 +927,7 @@ prepnexthistent(int histnum)
 /* say we're done using the history mechanism */
 
 /**/
-int
+mod_export int
 hend(void)
 {
     int flag, save = 1;