s3: Make reduce_windows_lock_ref_count static
[kai/samba.git] / source3 / locking / posix.c
index f4886512c80513390dd3e718c7ddf4c5b8a39e97..a548027d7682ab6754772511cdf2dc777734655e 100644 (file)
@@ -424,7 +424,8 @@ static void increment_windows_lock_ref_count(files_struct *fsp)
  Bulk delete - subtract as many locks as we've just deleted.
 ****************************************************************************/
 
-void reduce_windows_lock_ref_count(files_struct *fsp, unsigned int dcount)
+static void reduce_windows_lock_ref_count(files_struct *fsp,
+                                         unsigned int dcount)
 {
        struct lock_ref_count_key tmp;
        int32_t lock_ref_count = 0;