r21064: The core of this patch is
[samba.git] / source3 / smbd / conn.c
index 083e8339c80bfac4073e7057f84c2c9abed71fe5..44888b777f2e536b6d3014f7434a261f76d7d4df 100644 (file)
@@ -311,7 +311,8 @@ the message contains just a share name and all instances of that
 share are unmounted
 the special sharename '*' forces unmount of all shares
 ****************************************************************************/
-void msg_force_tdis(int msg_type, struct process_id pid, void *buf, size_t len)
+void msg_force_tdis(int msg_type, struct process_id pid, void *buf, size_t len,
+                   void *private_data)
 {
        connection_struct *conn, *next;
        fstring sharename;