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

« back to all changes in this revision

Viewing changes to rest/oauth-proxy.h

  • Committer: Bazaar Package Importer
  • Author(s): Ying-Chun Liu (PaulLiu)
  • Date: 2009-10-21 17:16:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091021171622-1yhw1c2owwught3f
Tags: 0.6.1-1
* New upstream release
* debian/conrtol: Split librest and librest-extras
* debian/rules: Use autoreconf to re-generate the configure
* debian/rules: Add proper clean rule to remove non-source files
* debian/watch: Add git repo releases
* debian/copyright: Update copyright file to newer spec
* debian/control: Bump standard version to 3.8.3. Nothing changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 
56
56
typedef struct {
57
57
  RestProxyClass parent_class;
 
58
  /*< private >*/
 
59
  /* padding for future expansion */
 
60
  gpointer _padding_dummy[8];
58
61
} OAuthProxyClass;
59
62
 
60
63
/**