]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
fix build: add missing prototype of msg_close_file()
authorMichael Adam <obnox@samba.org>
Tue, 27 May 2008 23:08:54 +0000 (01:08 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 27 May 2008 23:10:54 +0000 (01:10 +0200)
Michael

source/include/proto.h

index f7722f980359b99d37bc036505ee7377725d2739..36d75a4d75782fbe6942c9fff95ef7139b43637b 100644 (file)
@@ -9462,6 +9462,11 @@ NTSTATUS change_oem_password(struct samu *hnd, char *old_passwd, char *new_passw
 
 void set_close_write_time(struct files_struct *fsp, struct timespec ts);
 NTSTATUS close_file(files_struct *fsp, enum file_close_type close_type);
+void msg_close_file(struct messaging_context *msg_ctx,
+                   void *private_data,
+                   uint32_t msg_type,
+                   struct server_id server_id,
+                   DATA_BLOB *data);
 
 /* The following definitions come from smbd/conn.c  */