about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-14 11:12:08 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-14 11:12:08 +0000
commite91bdf82c9c7b9589bfd813cd7f571d50090f05b (patch)
tree5cd5e45d947125500f6cdf3e1748dc02872a2e21 /Src/zsh.h
parent0e7c726c326ec255e00ce43818c793d974bc2268 (diff)
downloadzsh-e91bdf82c9c7b9589bfd813cd7f571d50090f05b.tar.gz
zsh-e91bdf82c9c7b9589bfd813cd7f571d50090f05b.tar.xz
zsh-e91bdf82c9c7b9589bfd813cd7f571d50090f05b.zip
zsh-workers/10128
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index ee07ec461..41add5c35 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1675,4 +1675,6 @@ typedef unsigned char * (*ZleReadFn) _((char *, char *, int));
 /* Hooks in core.                      */
 /***************************************/
 
-#define EXITHOOK (zshhooks + 0)
+#define EXITHOOK       (zshhooks + 0)
+#define BEFORETRAPHOOK (zshhooks + 1)
+#define AFTERTRAPHOOK  (zshhooks + 2)