git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed27d91
)
libcli/nbt: fix some extrasemi compile warnings.
author
Michael Adam
<obnox@samba.org>
Sun, 23 Nov 2008 09:43:10 +0000
(10:43 +0100)
committer
Michael Adam
<obnox@samba.org>
Sun, 23 Nov 2008 22:01:04 +0000
(23:01 +0100)
Michael
libcli/nbt/libnbt.h
patch
|
blob
|
history
diff --git
a/libcli/nbt/libnbt.h
b/libcli/nbt/libnbt.h
index e03352d7cf5944c3375a84c34c0404d39d9f74d1..7d8ca49e9abd1f39f8ae910bafd2fe6eb822e660 100644
(file)
--- 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;