diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-08 18:55:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-08 18:55:12 +0000 |
commit | 4063ebd193d75184c244619dd401b2e883c6fd8b (patch) | |
tree | 1a6ec91672cc39cf28dc3c52813e0db3e59fb326 | |
parent | 4256460d5083008c39ecb8632a7dcc9c14ad884a (diff) |
Formerly fshelp.h.~7~
-rw-r--r-- | libfshelp/fshelp.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |