From bb6c23ccee6508235d0790928420281d0923f7f3 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Sat, 25 May 1996 21:25:04 +0000 Subject: (mom_add_ref, mom_drop_ref): Delete functions. --- libmom/mom.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libmom/mom.h') 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 -- cgit v1.2.3