about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-03-24 12:52:07 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-03-24 12:52:07 +0000
commit9defc9850d0d73742856165f595899f0d8a87c6d (patch)
tree8bebfe4eca127de68e8032340ef6e8b9d2bd3c25 /Src/zsh.h
parentee71aa006e412fa2e0532d58f5f028b9c3686a5e (diff)
downloadzsh-9defc9850d0d73742856165f595899f0d8a87c6d.tar.gz
zsh-9defc9850d0d73742856165f595899f0d8a87c6d.tar.xz
zsh-9defc9850d0d73742856165f595899f0d8a87c6d.zip
26772: better error handling and fix runaway chdir on failed cd
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 8d2deec6c..3c1623c1f 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -382,6 +382,7 @@ typedef struct builtin   *Builtin;
 typedef struct cmdnam    *Cmdnam;
 typedef struct complist  *Complist;
 typedef struct conddef   *Conddef;
+typedef struct dirsav    *Dirsav;
 typedef struct features  *Features;
 typedef struct feature_enables  *Feature_enables;
 typedef struct funcstack *Funcstack;