From: Michael Adam Date: Sun, 23 Nov 2008 09:43:10 +0000 (+0100) Subject: libcli/nbt: fix some extrasemi compile warnings. X-Git-Tag: samba-4.0.0alpha6~480^2~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b416135f6b00ea23ba8ded9d425ed7226980b36d;p=thirdparty%2Fsamba.git libcli/nbt: fix some extrasemi compile warnings. Michael --- diff --git a/libcli/nbt/libnbt.h b/libcli/nbt/libnbt.h index e03352d7cf5..7d8ca49e9ab 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;