Author: metze Date: 2005-10-14 12:54:06 +0000 (Fri, 14 Oct 2005) New Revision: 11035
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11035 Log: [EMAIL PROTECTED]: metze | 2005-09-20 13:40:24 +0200 make wreplsrv_find_owner public metze Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/include/structs.h branches/SAMBA_4_0/source/wrepl_server/wrepl_server.c Changeset: Property changes on: branches/SAMBA_4_0 ___________________________________________________________________ Name: svk:merge - 0c0555d6-39d7-0310-84fc-f1cc0bd64818:/branches/tmp/samba4-winsrepl:10344 3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba4:9495 a953eb74-4aff-0310-a63c-855d20285ebb:/local/samba4:11632 d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/SAMBA_4_0:5616 d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/samba-SAMBA_4_0:5609 + 0c0555d6-39d7-0310-84fc-f1cc0bd64818:/branches/tmp/samba4-winsrepl:10347 3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba4:9495 a953eb74-4aff-0310-a63c-855d20285ebb:/local/samba4:11632 d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/SAMBA_4_0:5616 d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/samba-SAMBA_4_0:5609 Modified: branches/SAMBA_4_0/source/include/structs.h =================================================================== --- branches/SAMBA_4_0/source/include/structs.h 2005-10-14 12:53:50 UTC (rev 11034) +++ branches/SAMBA_4_0/source/include/structs.h 2005-10-14 12:54:06 UTC (rev 11035) @@ -275,6 +275,7 @@ struct wreplsrv_service; struct wreplsrv_in_connection; struct wreplsrv_in_call; +struct wreplsrv_owner; struct winsdb_record; Modified: branches/SAMBA_4_0/source/wrepl_server/wrepl_server.c =================================================================== --- branches/SAMBA_4_0/source/wrepl_server/wrepl_server.c 2005-10-14 12:53:50 UTC (rev 11034) +++ branches/SAMBA_4_0/source/wrepl_server/wrepl_server.c 2005-10-14 12:54:06 UTC (rev 11035) @@ -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;