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

skypeweb_util.h « skypeweb - github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d97bb75ec48b0fb7602cdf901884cb12342644d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "libskypeweb.h"

gchar *skypeweb_string_get_chunk(const gchar *haystack, gsize len, const gchar *start, const gchar *end);

gchar *skypeweb_jsonobj_to_string(JsonObject *jsonobj);

const gchar *skypeweb_contact_url_to_name(const gchar *url);
const gchar *skypeweb_thread_url_to_name(const gchar *url);

gchar *skypeweb_hmac_sha256(gchar *input);

gint64 skypeweb_get_js_time();

PurpleAccount *find_acct(const char *prpl, const char *acct_id);