Author: metze Date: 2005-09-20 11:40:24 +0000 (Tue, 20 Sep 2005) New Revision: 10347
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10347 Log: make wreplsrv_find_owner public metze Modified: branches/tmp/samba4-winsrepl/source/include/structs.h branches/tmp/samba4-winsrepl/source/wrepl_server/wrepl_server.c Changeset: Modified: branches/tmp/samba4-winsrepl/source/include/structs.h =================================================================== --- branches/tmp/samba4-winsrepl/source/include/structs.h 2005-09-20 11:39:40 UTC (rev 10346) +++ branches/tmp/samba4-winsrepl/source/include/structs.h 2005-09-20 11:40:24 UTC (rev 10347) @@ -264,6 +264,7 @@ struct wreplsrv_service; struct wreplsrv_in_connection; struct wreplsrv_in_call; +struct wreplsrv_owner; struct winsdb_record; Modified: branches/tmp/samba4-winsrepl/source/wrepl_server/wrepl_server.c =================================================================== --- branches/tmp/samba4-winsrepl/source/wrepl_server/wrepl_server.c 2005-09-20 11:39:40 UTC (rev 10346) +++ branches/tmp/samba4-winsrepl/source/wrepl_server/wrepl_server.c 2005-09-20 11:40:24 UTC (rev 10347) @@ -368,7 +368,7 @@ 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;