summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
};