summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-09-19 14:20:43 -0700
committerAndrew Bartlett <abartlet@samba.org>2009-09-19 14:34:16 -0700
commit59bea8436267cbb6d6b1501af31b8948509b3bd4 (patch)
treed621b7ef132aef911d789696c6b1d2856c86e35c /source3/include
parentd58976012eada94d55eb3ac89fd1601291167232 (diff)
downloadsamba-59bea8436267cbb6d6b1501af31b8948509b3bd4.tar.gz
samba-59bea8436267cbb6d6b1501af31b8948509b3bd4.tar.bz2
samba-59bea8436267cbb6d6b1501af31b8948509b3bd4.zip
libcli:nbt move prototypes of lmhosts functions to libnbt.h
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 1d8a6cd9fa..f2350e7d88 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3104,10 +3104,6 @@ struct sockaddr_storage *name_query(int fd,
int *count,
int *flags,
bool *timed_out);
-XFILE *startlmhosts(const char *fname);
-bool getlmhostsent(TALLOC_CTX *ctx, XFILE *fp, char **pp_name, int *name_type,
- struct sockaddr_storage *pss);
-void endlmhosts(XFILE *fp);
NTSTATUS name_resolve_bcast(const char *name,
int name_type,
struct ip_service **return_iplist,