summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-07 22:14:39 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-07 22:14:39 +0000
commitc5bb8b820298980bb5993437db165c86e373b0d1 (patch)
tree98664b26eff628f10d3c62c99fec7ecf3c60c816
parent8cb02ff11e7c2091d880ca4653d70f8db65ed808 (diff)
Formerly fshelp.h.~11~
-rw-r--r--libfshelp/fshelp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h
index 6df1ec27..775402e8 100644
--- a/libfshelp/fshelp.h
+++ b/libfshelp/fshelp.h
@@ -102,6 +102,10 @@ void fshelp_transboot_clean (void *arg);
void fshelp_translator_iterate (void (*func)(struct trans_link *, void *),
void *arg);
+/* Set the active translator port to null and clear state. Deallocate
+ our send right on the translator control port. */
+void fshelp_translator_drop (struct trans_link *link);
+
/* A trans_link structure is being deallocated; clean up any state
we need to. */
void fshelp_kill_translator (struct trans_link *link);