Changeset f4b0911 for lib/oauth.h


Ignore:
Timestamp:
2010-05-01T14:10:32Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3b878a1
Parents:
c2ecadc
Message:

Save the credentials again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/oauth.h

    rc2ecadc rf4b0911  
    8585/* Shouldn't normally be required unless the process is aborted by the user. */
    8686void oauth_info_free( struct oauth_info *info );
     87
     88/* Convert to and back from strings, for easier saving. */
     89char *oauth_to_string( struct oauth_info *oi );
     90struct oauth_info *oauth_from_string( char *in, struct oauth_service *sp );
Note: See TracChangeset for help on using the changeset viewer.