diff options
author | Volker Lendecke <vl@samba.org> | 2011-06-03 15:49:55 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-06-12 17:07:47 +0200 |
commit | ebf04d79abdf0a15248a266162c8ec8906ce3c5f (patch) | |
tree | f4b3f8a9cf3510c75a96e225893201a4d849c7d6 /source3/include | |
parent | eb16915e283879aaf0797896fc9bd96b095ff550 (diff) | |
download | samba-ebf04d79abdf0a15248a266162c8ec8906ce3c5f.tar.gz samba-ebf04d79abdf0a15248a266162c8ec8906ce3c5f.tar.bz2 samba-ebf04d79abdf0a15248a266162c8ec8906ce3c5f.zip |
s3: Remove "struct ip_service" from resolve_wins
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 1cde4be9a6..4a19f74d4c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1052,7 +1052,8 @@ NTSTATUS name_resolve_bcast(const char *name, int *return_count); NTSTATUS resolve_wins(const char *name, int name_type, - struct ip_service **return_iplist, + TALLOC_CTX *mem_ctx, + struct sockaddr_storage **return_iplist, int *return_count); NTSTATUS internal_resolve_name(const char *name, int name_type, |