mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
resolve_wins() now needs to be a public function
This commit is contained in:
parent
e125f06058
commit
0bce9af615
@ -638,8 +638,8 @@ BOOL name_resolve_bcast(const char *name, int name_type,
|
||||
Resolve via "wins" method.
|
||||
*********************************************************/
|
||||
|
||||
static BOOL resolve_wins(const char *name, int name_type,
|
||||
struct in_addr **return_iplist, int *return_count)
|
||||
BOOL resolve_wins(const char *name, int name_type,
|
||||
struct in_addr **return_iplist, int *return_count)
|
||||
{
|
||||
int sock, t, i;
|
||||
char **wins_tags;
|
||||
|
Loading…
Reference in New Issue
Block a user