diff -r c71e5e8976ba -r cf23e0f1861a libpurple/protocols/gg/oauth/oauth.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libpurple/protocols/gg/oauth/oauth.h Mon Aug 06 13:16:32 2012 +0200 @@ -0,0 +1,11 @@ +// source: http://toxygen.net/libgadu/ + +#ifndef _GGP_OAUTH_H +#define _GGP_OAUTH_H + +#include +#include + +char *gg_oauth_generate_header(const char *method, const char *url, const const char *consumer_key, const char *consumer_secret, const char *token, const char *token_secret); + +#endif /* _GGP_OAUTH_H */