summaryrefslogtreecommitdiff
path: root/libfshelp/fshelp.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-15 17:59:45 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-15 17:59:45 +0000
commite6cb694e1ff4af4dc3c9a7cf00211ce9e66ff402 (patch)
treea31da3a8ef719554e7e24f1dfc4222f7f9185fe6 /libfshelp/fshelp.h
parentbd9bbc2b5e90db2aa6f71132b765b33162f18c98 (diff)
Formerly fshelp.h.~13~
Diffstat (limited to 'libfshelp/fshelp.h')
-rw-r--r--libfshelp/fshelp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h
index c84c67ee..b1f5f0ad 100644
--- a/libfshelp/fshelp.h
+++ b/libfshelp/fshelp.h
@@ -40,6 +40,9 @@ struct trans_link
/* This indicates that someone has already started up the translator */
int starting;
+ /* Error to return to user */
+ error_t error;
+
/* Linked list of all translators */
struct trans_link *next, **prevp;
};