about summary refs log tree commit diff
path: root/src/engine/e_if_client.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-04 17:25:55 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-04 17:25:55 +0000
commit8d99a3d3c9c4142955bdc7ec994dce61b4eb8d15 (patch)
tree9cbd6a3d820aa3a6068b8e970ceafeaa9b4a2b71 /src/engine/e_if_client.h
parent171ca682d3edbe641ccc26cba7f5991206ae9041 (diff)
downloadzcatch-8d99a3d3c9c4142955bdc7ec994dce61b4eb8d15.tar.gz
zcatch-8d99a3d3c9c4142955bdc7ec994dce61b4eb8d15.zip
fixed so old request methods work aswell
Diffstat (limited to 'src/engine/e_if_client.h')
-rw-r--r--src/engine/e_if_client.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/engine/e_if_client.h b/src/engine/e_if_client.h
index 98d92a64..b94aad29 100644
--- a/src/engine/e_if_client.h
+++ b/src/engine/e_if_client.h
@@ -505,4 +505,20 @@ int client_mapdownload_totalsize();
 */
 void client_save_line(const char *line);
 
+
+
+
+
+
+enum
+{
+	BROWSESET_MASTER_ADD=1,
+	BROWSESET_FAV_ADD,
+	BROWSESET_TOKEN,
+	BROWSESET_OLD_INTERNET,
+	BROWSESET_OLD_LAN
+};
+
+void client_serverbrowse_set(NETADDR *addr, int type, int token, SERVER_INFO *info);
+
 #endif