summaryrefslogtreecommitdiff
path: root/libcli/nbt/libnbt.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-11-03 14:15:07 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-11-04 14:58:25 +1100
commitb5ce97511aa33aa439a371f114ba7bb0cf822a16 (patch)
tree25c721f6a44c88fbbbe9d9dede3ebf6784dbaa12 /libcli/nbt/libnbt.h
parent5a8f21cb88e7579c12b3d97299f355bb64957a87 (diff)
downloadsamba-b5ce97511aa33aa439a371f114ba7bb0cf822a16.tar.gz
samba-b5ce97511aa33aa439a371f114ba7bb0cf822a16.tar.bz2
samba-b5ce97511aa33aa439a371f114ba7bb0cf822a16.zip
libcli/nbt Move more of lmhosts lookup into common code
This aims to eventually share this with Samba4. Andrew Bartlett
Diffstat (limited to 'libcli/nbt/libnbt.h')
-rw-r--r--libcli/nbt/libnbt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcli/nbt/libnbt.h b/libcli/nbt/libnbt.h
index 2abcb56971..6d6a4a4696 100644
--- a/libcli/nbt/libnbt.h
+++ b/libcli/nbt/libnbt.h
@@ -360,4 +360,10 @@ bool getlmhostsent(TALLOC_CTX *ctx, XFILE *fp, char **pp_name, int *name_type,
struct sockaddr_storage *pss);
void endlmhosts(XFILE *fp);
+NTSTATUS resolve_lmhosts_file_as_sockaddr(const char *lmhosts_file,
+ const char *name, int name_type,
+ TALLOC_CTX *mem_ctx,
+ struct sockaddr_storage **return_iplist,
+ int *return_count);
+
#endif /* __LIBNBT_H__ */