From 33e397f9fde1346d4f6488128efcd6ecba06143c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 21 Jan 2010 13:58:39 +0100 Subject: s3: Make "init_smb_request" static to process.c --- source3/include/proto.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 4d5ebca63f..c3f0dff469 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6784,10 +6784,6 @@ int srv_set_message(char *buf, int num_words, int num_bytes, bool zero); -void init_smb_request(struct smb_request *req, - const uint8 *inbuf, - size_t unread_bytes, - bool encrypted); void remove_deferred_open_smb_message(uint16 mid); void schedule_deferred_open_smb_message(uint16 mid); bool open_was_deferred(uint16 mid); -- cgit