Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/oauth.c

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