--- content_lock.module	23 Mar 2010 15:17:53 -0000	1.1.2.10
+++ content_lock.module	5 Apr 2010 19:18:34 -0000
@@ -596,3 +596,12 @@ function content_lock_release_own_item($
     }
   }
 }
+/**
+ * Implementation of hook_views_api()
+ */ 
+function content_lock_views_api(){
+ return array(
+   'api' => 2.0,
+   'path' => drupal_get_path('module', 'content_lock') . '/views')
+ );
+}
