summaryrefslogtreecommitdiff
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
commitb1cfa09152968deb01c062c78970f56a38604bd1 (patch)
treef01f43e18a8cd53992d454fd7952de530606d378
parent437d0cde905a9c1d946d3690f7f369c2000ab1a7 (diff)
(mom_add_ref, mom_drop_ref): Delete functions.
-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