Changeset f4b0911 for lib/oauth.h
- Timestamp:
- 2010-05-01T14:10:32Z (15 years ago)
- Branches:
- master
- Children:
- 3b878a1
- Parents:
- c2ecadc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/oauth.h
rc2ecadc rf4b0911 85 85 /* Shouldn't normally be required unless the process is aborted by the user. */ 86 86 void oauth_info_free( struct oauth_info *info ); 87 88 /* Convert to and back from strings, for easier saving. */ 89 char *oauth_to_string( struct oauth_info *oi ); 90 struct oauth_info *oauth_from_string( char *in, struct oauth_service *sp );
Note: See TracChangeset
for help on using the changeset viewer.