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

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'skypeweb/skypeweb_util.h')
-rw-r--r--skypeweb/skypeweb_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/skypeweb/skypeweb_util.h b/skypeweb/skypeweb_util.h
index 2c36d35..0d97bb7 100644
--- a/skypeweb/skypeweb_util.h
+++ b/skypeweb/skypeweb_util.h
@@ -9,4 +9,6 @@ const gchar *skypeweb_thread_url_to_name(const gchar *url);
gchar *skypeweb_hmac_sha256(gchar *input);
-gint64 skypeweb_get_js_time(); \ No newline at end of file
+gint64 skypeweb_get_js_time();
+
+PurpleAccount *find_acct(const char *prpl, const char *acct_id); \ No newline at end of file