summaryrefslogtreecommitdiff
path: root/source4/libcli/nbt/libnbt.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-23 09:34:03 +0200
committerGünther Deschner <gd@samba.org>2008-09-23 09:37:24 +0200
commitbe8b72dd5541182e24f522026bafbaef044a47e3 (patch)
tree3391a006b64e795f36b1d05ae590f8d860d273f4 /source4/libcli/nbt/libnbt.h
parent13a3971438fb12d60aa0eaf88d22019a5e4f67cd (diff)
downloadsamba-be8b72dd5541182e24f522026bafbaef044a47e3.tar.gz
samba-be8b72dd5541182e24f522026bafbaef044a47e3.tar.bz2
samba-be8b72dd5541182e24f522026bafbaef044a47e3.zip
s4-nbt: merge some fixes from samba3 nbt helper.
Guenther
Diffstat (limited to 'source4/libcli/nbt/libnbt.h')
-rw-r--r--source4/libcli/nbt/libnbt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/libcli/nbt/libnbt.h b/source4/libcli/nbt/libnbt.h
index ff4fe65ac8..8529ec362b 100644
--- a/source4/libcli/nbt/libnbt.h
+++ b/source4/libcli/nbt/libnbt.h
@@ -329,9 +329,9 @@ NTSTATUS nbt_name_reply_send(struct nbt_name_socket *nbtsock,
struct nbt_name_packet *request);
-NDR_SCALAR_PROTO(wrepl_nbt_name, const struct nbt_name *)
-NDR_SCALAR_PROTO(nbt_string, const char *)
-NDR_BUFFER_PROTO(nbt_name, struct nbt_name)
+NDR_SCALAR_PROTO(wrepl_nbt_name, const struct nbt_name *);
+NDR_SCALAR_PROTO(nbt_string, const char *);
+NDR_BUFFER_PROTO(nbt_name, struct nbt_name);
NTSTATUS nbt_rcode_to_ntstatus(uint8_t rcode);
struct composite_context;