summaryrefslogtreecommitdiff
path: root/libmom
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-24 20:17:15 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-24 20:17:15 +0000
commit19315772ee83bc6ce2f3342fa787090d4f446ce5 (patch)
tree3091fcf7304b11cd9dbb22ad09c3f778490c85a4 /libmom
parent1aead9e4f986f7c68868f6caf48053395dd71430 (diff)
(mom_error_translate_mach): New function.
Diffstat (limited to 'libmom')
-rw-r--r--libmom/mom-kerndep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmom/mom-kerndep.h b/libmom/mom-kerndep.h
index 3534fdc7..d14bc246 100644
--- a/libmom/mom-kerndep.h
+++ b/libmom/mom-kerndep.h
@@ -40,4 +40,5 @@ error_t mom_mach_port_set (struct mom_port_ref *obj, mach_port_t port);
long as the user has a reference to OBJ. */
mach_port_t mom_fetch_mach_port (struct mom_port_ref *obj);
-
+/* Turn a Mach error number into a Mom error number. */
+mom_error_t mom_error_translate_mach (error_t macherr);