diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2014-01-27 22:31:10 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2014-01-27 22:31:10 +0000 |
commit | 90ebc01ba09c9d696bfb4c39fa23fb2731a2e12a (patch) | |
tree | aa51afdeecb22d9d22e0bd82c2c0eabc2b4fd40f /protocols/Gadu-Gadu/src/gg_proto.h | |
parent | 0b6e76851692540cc4ec317e5740369fbd4575bf (diff) |
Gadu-Gadu protocol
- Fix setting own avatar (implement gg10.5 version method because existing method stoped working, fixing some bugs in oauth procedure)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7923 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/src/gg_proto.h')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/gg_proto.h b/protocols/Gadu-Gadu/src/gg_proto.h index cfee1a350f..acc9c1b395 100644 --- a/protocols/Gadu-Gadu/src/gg_proto.h +++ b/protocols/Gadu-Gadu/src/gg_proto.h @@ -198,7 +198,6 @@ struct GGPROTO : public PROTO<GGPROTO> void links_instance_init();
/* OAuth functions */
- char *oauth_header(const char *httpmethod, const char *url);
int oauth_checktoken(int force);
int oauth_receivetoken();
|