Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreionrobb <eionrobb@8ca6c67d-4297-256d-f884-781da6d5760b>2013-07-03 09:18:59 +0400
committereionrobb <eionrobb@8ca6c67d-4297-256d-f884-781da6d5760b>2013-07-03 09:18:59 +0400
commitbe40c21cc65edeb8652cba4b456d5bcf918f5034 (patch)
tree291918ade150950739d882b1110ff84161fbd0ac
parent6c9679ae8d802440f4a298d6b1e7ac3a5ff37202 (diff)
Forgot to commit header update with last commit :(
-rw-r--r--steam-mobile/steam_connection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/steam-mobile/steam_connection.h b/steam-mobile/steam_connection.h
index a27f838..00a2605 100644
--- a/steam-mobile/steam_connection.h
+++ b/steam-mobile/steam_connection.h
@@ -33,9 +33,12 @@ struct _SteamConnection {
guint input_watcher;
gboolean connection_keepalive;
time_t request_time;
+ guint retry_count;
+ guint timeout_watcher;
};
void steam_connection_destroy(SteamConnection *steamcon);
+void steam_connection_close(SteamConnection *steamcon);
void steam_post_or_get(SteamAccount *sa, SteamMethod method,
const gchar *host, const gchar *url, const gchar *postdata,
SteamProxyCallbackFunc callback_func, gpointer user_data,