summaryrefslogtreecommitdiff
path: root/protocols/Twitter/oauth/tests/commontest.h
blob: d90d3815698a3b2114da7fcd87e822c34eff5511 (plain)
1
2
3
4
5
6
7
int test_encoding(char *param, char *expected);
#ifdef TEST_UNICODE
int test_uniencoding(wchar_t *src, char *expected);
#endif
int test_normalize(char *param, char *expected);
int test_request(char *http_method, char *request, char *expected);
int test_sha1(char *c_secret, char *t_secret, char *base, char *expected);