From 0de2bf97ff4e6d90b54a5a2bf319b0810fd24120 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 3 Nov 2011 14:39:50 +0100 Subject: nbt: move nbt_string ndr functions to ndr/ndr_nbt.c helper. Guenther --- libcli/nbt/libnbt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libcli/nbt/libnbt.h') diff --git a/libcli/nbt/libnbt.h b/libcli/nbt/libnbt.h index 21fd8597fe..dcab112b90 100644 --- a/libcli/nbt/libnbt.h +++ b/libcli/nbt/libnbt.h @@ -335,7 +335,6 @@ NTSTATUS nbt_name_reply_send(struct nbt_name_socket *nbtsock, 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); -- cgit