libpurple/protocols/gg/oauth/oauth-parameter.h

Mon, 06 Aug 2012 13:16:32 +0200

author
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
date
Mon, 06 Aug 2012 13:16:32 +0200
branch
soc.2012.gg
changeset 33329
cf23e0f1861a
child 33349
d4a017428f4d
permissions
-rw-r--r--

Gadu-Gadu: OAuth support

// source: http://toxygen.net/libgadu/

#ifndef _GGP_OAUTH_PARAMETER_H
#define _GGP_OAUTH_PARAMETER_H

#include <internal.h>

typedef struct gg_oauth_parameter gg_oauth_parameter_t;

int gg_oauth_parameter_set(gg_oauth_parameter_t **list, const char *key, const char *value);
char *gg_oauth_parameter_join(gg_oauth_parameter_t *list, int header);
void gg_oauth_parameter_free(gg_oauth_parameter_t *list);

#endif /* _GGP_OAUTH_PARAMETER_H */

mercurial