diff options
author | Michael Adam <obnox@samba.org> | 2008-05-28 01:08:54 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-28 01:10:54 +0200 |
commit | af6e91e0b35e0b8c9edec4fbbc7fe2aaf80576e9 (patch) | |
tree | ce6cf56850ec41b4624c82626b3ccb06775d3528 /source3 | |
parent | 22174515e18fcf89e9c5c4ad718f2099d4ec467b (diff) | |
download | samba-af6e91e0b35e0b8c9edec4fbbc7fe2aaf80576e9.tar.gz samba-af6e91e0b35e0b8c9edec4fbbc7fe2aaf80576e9.tar.xz samba-af6e91e0b35e0b8c9edec4fbbc7fe2aaf80576e9.zip |
fix build: add missing prototype of msg_close_file()
Michael
(This used to be commit 1a6f91755c412ab683c09f54e8ce76a66ed2bd19)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f7722f9803..36d75a4d75 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -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 */ |