svn commit: samba r5253 - in branches/SAMBA_4_0/source/include: .

tridge at samba.org tridge at samba.org
Sun Feb 6 08:33:22 GMT 2005


Author: tridge
Date: 2005-02-06 08:33:22 +0000 (Sun, 06 Feb 2005)
New Revision: 5253

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5253

Log:
need to pre-declare some structures

Modified:
   branches/SAMBA_4_0/source/include/structs.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/structs.h
===================================================================
--- branches/SAMBA_4_0/source/include/structs.h	2005-02-06 08:27:12 UTC (rev 5252)
+++ branches/SAMBA_4_0/source/include/structs.h	2005-02-06 08:33:22 UTC (rev 5253)
@@ -158,6 +158,7 @@
 struct nbt_name_register;
 struct nbt_name_refresh;
 struct nbt_name_register_bcast;
+struct nbt_name_refresh_wins;
 
 struct messaging_context;
 struct stream_connection;
@@ -165,5 +166,5 @@
 struct model_ops;
 struct stream_server_ops;
 
-struct nbt_server;
-struct nbt_interface;
+struct nbtd_server;
+struct nbtd_interface;



More information about the samba-cvs mailing list