From 0747c2dff9289db6204b82501d03447f3ec6cc99 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 1 Mar 2008 14:36:36 +0000 Subject: fixed remote console. some gui tweaks aswell. --- src/engine/e_if_client.h | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'src/engine/e_if_client.h') diff --git a/src/engine/e_if_client.h b/src/engine/e_if_client.h index 9173cfe1..e921f9e9 100644 --- a/src/engine/e_if_client.h +++ b/src/engine/e_if_client.h @@ -319,9 +319,40 @@ void client_entergame(); Remarks: The client must have the correct rcon password to connect. + + See Also: + */ void client_rcon(const char *cmd); +/* + Function: client_rcon_auth + TODO + + Arguments: + arg1 - desc + + Returns: + + See Also: + +*/ +void client_rcon_auth(const char *name, const char *password); + +/* + Function: client_rcon_authed + TODO + + Arguments: + arg1 - desc + + Returns: + + See Also: + +*/ +int client_rcon_authed(); + /********************************************************************************** Group: Other **********************************************************************************/ @@ -414,5 +445,18 @@ int client_mapdownload_amount(); */ int client_mapdownload_totalsize(); +/* + Function: client_save_line + TODO + + Arguments: + arg1 - desc + + Returns: + + See Also: + +*/ +void client_save_line(const char *line); #endif -- cgit 1.4.1