diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-25 21:25:04 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-25 21:25:04 +0000 |
commit | bb6c23ccee6508235d0790928420281d0923f7f3 (patch) | |
tree | 846b1d4efa4fd5925d08b567230109a3fe80dc21 /libmom | |
parent | a0d9f5de36020d6eb20d64f68e63c388f37e326d (diff) |
(mom_add_ref, mom_drop_ref): Delete functions.
Diffstat (limited to 'libmom')
-rw-r--r-- | libmom/mom.h | 7 |
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 |