summaryrefslogtreecommitdiff
path: root/libcli/nbt/libnbt.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-11-23 10:43:10 +0100
committerMichael Adam <obnox@samba.org>2008-11-23 23:01:04 +0100
commitb416135f6b00ea23ba8ded9d425ed7226980b36d (patch)
tree7d67bdb98c304e4edd0a6a15df43cacd10e2ba05 /libcli/nbt/libnbt.h
parented27d91068ca45a2f2924cb2d53c3fdf856c5c47 (diff)
downloadsamba-b416135f6b00ea23ba8ded9d425ed7226980b36d.tar.gz
samba-b416135f6b00ea23ba8ded9d425ed7226980b36d.tar.bz2
samba-b416135f6b00ea23ba8ded9d425ed7226980b36d.zip
libcli/nbt: fix some extrasemi compile warnings.
Michael
Diffstat (limited to 'libcli/nbt/libnbt.h')
-rw-r--r--libcli/nbt/libnbt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcli/nbt/libnbt.h b/libcli/nbt/libnbt.h
index e03352d7cf..7d8ca49e9a 100644
--- a/libcli/nbt/libnbt.h
+++ b/libcli/nbt/libnbt.h
@@ -331,9 +331,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;