summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-02-18 12:32:12 +0100
committerVolker Lendecke <vlendec@samba.org>2011-02-28 16:40:19 +0100
commit7eedf69bc9c9d2a5305f0c889e5f81139a537a29 (patch)
treeaab9d03e8c030cd23ec784f6b3b31799b187df7a /source3/include
parenta2970dfaef9ceac6af2784cbffe9e2d8ac14b188 (diff)
downloadsamba-7eedf69bc9c9d2a5305f0c889e5f81139a537a29.tar.gz
samba-7eedf69bc9c9d2a5305f0c889e5f81139a537a29.tar.bz2
samba-7eedf69bc9c9d2a5305f0c889e5f81139a537a29.zip
s3: Remove unused receive_packet
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c080fd74bc..78595795bb 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2727,7 +2727,6 @@ void make_nmb_name( struct nmb_name *n, const char *name, int type);
bool nmb_name_equal(struct nmb_name *n1, struct nmb_name *n2);
int build_packet(char *buf, size_t buflen, struct packet_struct *p);
bool send_packet(struct packet_struct *p);
-struct packet_struct *receive_packet(int fd,enum packet_type type,int t);
bool match_mailslot_name(struct packet_struct *p, const char *mailslot_name);
int matching_len_bits(unsigned char *p1, unsigned char *p2, size_t len);
void sort_query_replies(char *data, int n, struct in_addr ip);