]> 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 9325712496b3a2eb4c09f840e7a26f492af1ca54..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.
 
@@ -24,10 +24,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #define MASTER_PORT 27950
 
-char* Master_BuildGetServers (void);
-char* Master_BuildHeartbeat (void);
-int Master_HandleMessage (void);
-void Master_Init (void);
-void Master_ParseServerList (net_landriver_t* dfunc);
+qboolean       Master_AllowHeartbeat (int priority);
+const char*    Master_BuildGetServers (void);
+const char*    Master_BuildHeartbeat (void);
+int                    Master_HandleMessage (void);
+void           Master_Init (void);
+int                    Master_ParseServerList (net_landriver_t* dfunc);
 
 #endif