1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

r11035: r10347@SERNOX: metze | 2005-09-20 13:40:24 +0200

make wreplsrv_find_owner public

 metze
(This used to be commit 6fa37c0a2bc1d2f0d29c69d8448276c1f1791a45)
This commit is contained in:
Stefan Metzmacher 2005-10-14 12:54:06 +00:00 committed by Gerald (Jerry) Carter
parent e148b33f4b
commit 681ba379e4
2 changed files with 2 additions and 1 deletions

View File

@ -275,6 +275,7 @@ struct ads_struct;
struct wreplsrv_service;
struct wreplsrv_in_connection;
struct wreplsrv_in_call;
struct wreplsrv_owner;
struct winsdb_record;

View File

@ -368,7 +368,7 @@ failed:
return maxVersion;
}
static struct wreplsrv_owner *wreplsrv_find_owner(struct wreplsrv_owner *table, const char *wins_owner)
struct wreplsrv_owner *wreplsrv_find_owner(struct wreplsrv_owner *table, const char *wins_owner)
{
struct wreplsrv_owner *cur;