From 736a7c7c58d4aa31d594579071390e930a982618 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 13 Nov 1995 21:49:08 +0000 Subject: Formerly make.c.~2~ --- libstore/make.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libstore/make.c') diff --git a/libstore/make.c b/libstore/make.c index 29dc79fd..7c8ed717 100644 --- a/libstore/make.c +++ b/libstore/make.c @@ -20,8 +20,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include + #include "store.h" +/* Allocate a new store structure of class CLASS, with meths METHS. */ struct store * _make_store (enum file_storage_class class, struct store_meths *meths) { @@ -46,7 +49,7 @@ _make_store (enum file_storage_class class, struct store_meths *meths) } void -_store_free (struct store *store) +store_free (struct store *store) { if (store->port) mach_port_deallocate (mach_task_self (), store->port); -- cgit v1.2.3