summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-01-04 18:07:12 +0100
committerVolker Lendecke <vl@samba.org>2011-01-07 13:28:04 +0100
commitd801d4da2d9f6146b4dfe5e2a0be00e8d2d3ae1b (patch)
tree92e0d8efb9c597cccc3b73584188c1244245c314 /source3/include
parent5297f3fcffbe42c646048abf63e63ed10d971d46 (diff)
downloadsamba-d801d4da2d9f6146b4dfe5e2a0be00e8d2d3ae1b.tar.gz
samba-d801d4da2d9f6146b4dfe5e2a0be00e8d2d3ae1b.tar.bz2
samba-d801d4da2d9f6146b4dfe5e2a0be00e8d2d3ae1b.zip
s3: Add packet_trn_id()
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 6f18ee08e6..418a0d104c 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2772,6 +2772,7 @@ void put_name(char *dest, const char *name, int pad, unsigned int name_type);
char *nmb_namestr(const struct nmb_name *n);
struct packet_struct *copy_packet(struct packet_struct *packet);
void free_packet(struct packet_struct *packet);
+int packet_trn_id(struct packet_struct *p);
struct packet_struct *parse_packet(char *buf,int length,
enum packet_type packet_type,
struct in_addr ip,