From 4063ebd193d75184c244619dd401b2e883c6fd8b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 8 Feb 1994 18:55:12 +0000 Subject: Formerly fshelp.h.~7~ --- libfshelp/fshelp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libfshelp/fshelp.h') diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 5b39877c..f84bd823 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -138,7 +138,9 @@ error_t fshelp_acquire_lock (struct lock_box *box, int *user, struct mutex *mut, int flags); - +/* Initialize lock_box BOX. (The user int passed to fshelp_acquire_lock + should be initialized with LOCK_UN.). */ +void fshelp_lock_init (struct lock_box *box); #endif -- cgit v1.2.3