about summary refs log tree commit diff
path: root/src/engine/e_if_client.h
diff options
context:
space:
mode:
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