]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
resolve_wins() now needs to be a public function
authorAndrew Tridgell <tridge@samba.org>
Wed, 26 Jun 2002 12:49:59 +0000 (12:49 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 26 Jun 2002 12:49:59 +0000 (12:49 +0000)
source/libsmb/namequery.c

index 2cdcd49b910a19d36f052883aff3c4f5bf44057e..7cd7d708153ab7f9b104f839ea9899e2fc7edd06 100644 (file)
@@ -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;