Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/oauth.c

    r2423c93 rf138bd2  
    122122        char *item;
    123123       
     124        if( !key || !value )
     125                return;
     126       
    124127        item = g_strdup_printf( "%s=%s", key, value );
    125128        *params = g_slist_insert_sorted( *params, item, (GCompareFunc) strcmp );
     
    165168}
    166169
    167 static void oauth_params_parse( GSList **params, char *in )
     170void oauth_params_parse( GSList **params, char *in )
    168171{
    169172        char *amp, *eq, *s;
Note: See TracChangeset for help on using the changeset viewer.