diff options
-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 |