summaryrefslogtreecommitdiff
path: root/libmom/mom.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-25 21:25:04 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-25 21:25:04 +0000
commitbb6c23ccee6508235d0790928420281d0923f7f3 (patch)
tree846b1d4efa4fd5925d08b567230109a3fe80dc21 /libmom/mom.h
parenta0d9f5de36020d6eb20d64f68e63c388f37e326d (diff)
(mom_add_ref, mom_drop_ref): Delete functions.
Diffstat (limited to 'libmom/mom.h')
-rw-r--r--libmom/mom.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libmom/mom.h b/libmom/mom.h
index a067dfc9..3cfa5218 100644
--- a/libmom/mom.h
+++ b/libmom/mom.h
@@ -38,13 +38,6 @@
/* A communications end-point suitable for sending RPC's to servers. */
struct mom_port_ref; /* layout defined in mom-kerndep.h */
-/* Add a reference to to port reference OBJ. */
-error_t mom_add_ref (struct mom_port_ref *obj);
-
-/* Drop a reference from port reference OBJ. If this is the last reference,
- then OBJ should no longer be used for further mom operations. */
-error_t mom_drop_ref (struct mom_port_ref *obj);
-
/* Create a new port reference that refers to the same underlying channel
as OBJ. Fill *NEW with the new reference. NEW should be otherwise
unused memory. The new reference will have a refcount of one (as if