Changeset 93cc86f for lib/oauth.h


Ignore:
Timestamp:
2011-03-08T06:24:34Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7add7ec
Parents:
9e9140b
Message:

Twitter: Warn the user if the OAuth username and the configured username
don't match. This is not a real problem but can be confusing if you don't
expect it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/oauth.h

    r9e9140b r93cc86f  
    5252        char *token;
    5353        char *token_secret;
     54        GSList *params;
    5455};
    5556
     
    8990char *oauth_to_string( struct oauth_info *oi );
    9091struct oauth_info *oauth_from_string( char *in, const struct oauth_service *sp );
     92
     93/* For reading misc. data. */
     94const char *oauth_params_get( GSList **params, const char *key );
Note: See TracChangeset for help on using the changeset viewer.