~ubuntu-branches/ubuntu/vivid/librest/vivid-proposed

« back to all changes in this revision

Viewing changes to rest/oauth-proxy-call.h

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-10-20 06:48:27 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20101020064827-xke57n8ff9ywlm11
Tags: 0.7.2+git20100820.ad370df7-1ubuntu1
* Sync package from Debian (LP: #646960).
* fix-missing-libs-binutils-gold.patch: fix FTBFS with binutils-gold by
  patching Makefile.am to add explicitly 2 libs (libgobject-2.0 and
  libglib-2.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
GType oauth_proxy_call_get_type (void);
64
64
 
 
65
void oauth_proxy_call_parse_token_reponse (OAuthProxyCall *call);
 
66
 
65
67
G_END_DECLS
66
68
 
67
69
#endif /* _OAUTH_PROXY_CALL */