diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-07-18 00:10:13 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-18 00:10:13 +0200 |
commit | 975ca903f548c2b6130aa6a3293aaab45f5481f8 (patch) | |
tree | 78fe6f45f85bf0190d5c3393f532dfc7c48eea4b /kern | |
parent | 952932ffe39658a19034932ff8a714c52ce772a1 (diff) |
kern: add missing prototype
* kern/lock.h (db_show_all_slocks): Add prototype.
Diffstat (limited to 'kern')
-rw-r--r-- | kern/lock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/lock.h b/kern/lock.h index a8f2fd1..4f38ea3 100644 --- a/kern/lock.h +++ b/kern/lock.h @@ -171,4 +171,6 @@ extern boolean_t lock_try_read_to_write(lock_t); extern void lock_set_recursive(lock_t); extern void lock_clear_recursive(lock_t); +void db_show_all_slocks(void); + #endif /* _KERN_LOCK_H_ */ |