From 840b0f523b978aa6cb9acbac26023a756afcea81 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 15 Aug 2010 15:45:21 +0200 Subject: s3: Move read_smb_length() to smbd/reply.c --- source3/include/proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') 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, -- cgit