]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net_master.h
more preparation for quake2 bsp support
[xonotic/darkplaces.git] / net_master.h
index f7cbd67e8b7282d7f55408d7f2d1b76d11acbf48..a7c3732cf06a7288ec7a6c43950de6d1730d28ce 100644 (file)
@@ -8,7 +8,7 @@ of the License, or (at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 See the GNU General Public License for more details.
 
@@ -29,6 +29,6 @@ const char*   Master_BuildGetServers (void);
 const char*    Master_BuildHeartbeat (void);
 int                    Master_HandleMessage (void);
 void           Master_Init (void);
-void           Master_ParseServerList (net_landriver_t* dfunc);
+int                    Master_ParseServerList (net_landriver_t* dfunc);
 
 #endif