| 33328:c71e5e8976ba | 33329:cf23e0f1861a |
|---|---|
| 1 // source: http://toxygen.net/libgadu/ | |
| 2 | |
| 3 #ifndef _GGP_OAUTH_H | |
| 4 #define _GGP_OAUTH_H | |
| 5 | |
| 6 #include <internal.h> | |
| 7 #include <libgadu.h> | |
| 8 | |
| 9 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); | |
| 10 | |
| 11 #endif /* _GGP_OAUTH_H */ |