diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-15 15:45:21 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-17 22:44:04 +0200 |
commit | 840b0f523b978aa6cb9acbac26023a756afcea81 (patch) | |
tree | 7443faa5912357ed24d9e0f9f4a39f54ec45611b /source3/include | |
parent | e65197e56f86fd523516fc3ef577e72877cfab22 (diff) | |
download | samba-840b0f523b978aa6cb9acbac26023a756afcea81.tar.gz samba-840b0f523b978aa6cb9acbac26023a756afcea81.tar.bz2 samba-840b0f523b978aa6cb9acbac26023a756afcea81.zip |
s3: Move read_smb_length() to smbd/reply.c
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 ebb3432163..8e4c3111b5 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1448,8 +1448,6 @@ bool send_keepalive(int client); NTSTATUS read_smb_length_return_keepalive(int fd, char *inbuf, unsigned int timeout, size_t *len); -NTSTATUS read_smb_length(int fd, char *inbuf, unsigned int timeout, - size_t *len); NTSTATUS receive_smb_raw(int fd, char *buffer, size_t buflen, |