diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-19 18:07:44 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-12-19 18:08:47 +0100 |
commit | ae0c6cff25c2be64fb5d19e738e449f845551d8c (patch) | |
tree | eeecaea82f08f7e08127ed52bd3435516481f521 /source3/include | |
parent | 13eefa7c435cb5ac656f662c78260a82caf43180 (diff) | |
download | samba-ae0c6cff25c2be64fb5d19e738e449f845551d8c.tar.gz samba-ae0c6cff25c2be64fb5d19e738e449f845551d8c.tar.bz2 samba-ae0c6cff25c2be64fb5d19e738e449f845551d8c.zip |
Remove the direct inbuf reference from construct_reply_common()
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 212bbf0df7..25161fef97 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7489,8 +7489,6 @@ struct idle_event *event_add_idle(struct event_context *event_ctx, void *private_data); NTSTATUS allow_new_trans(struct trans_state *list, int mid); void respond_to_all_remaining_local_messages(void); -bool create_outbuf(TALLOC_CTX *mem_ctx, const char *inbuf, char **outbuf, - uint8_t num_words, uint32_t num_bytes); void reply_outbuf(struct smb_request *req, uint8 num_words, uint32 num_bytes); const char *smb_fn_name(int type); void add_to_common_flags2(uint32 v); |