This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / lockd / lockd.h
index 0d9d225..1756027 100644 (file)
@@ -142,6 +142,8 @@ extern unsigned long                nlmsvc_timeout;
  * Lockd client functions
  */
 struct nlm_rqst * nlmclnt_alloc_call(void);
+int              nlmclnt_call(struct nlm_rqst *, u32);
+int              nlmclnt_async_call(struct nlm_rqst *, u32, rpc_action);
 int              nlmclnt_block(struct nlm_host *, struct file_lock *, u32 *);
 int              nlmclnt_cancel(struct nlm_host *, struct file_lock *);
 u32              nlmclnt_grant(struct nlm_lock *);