Changeset c42e8b9 for lib/oauth.h
- Timestamp:
- 2010-04-26T22:40:11Z (15 years ago)
- Branches:
- master
- Children:
- 78a2f1e
- Parents:
- 713d611
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/oauth.h
r713d611 rc42e8b9 27 27 typedef void (*oauth_cb)( struct oauth_info * ); 28 28 29 typedef enum 30 { 31 OAUTH_INIT, 32 OAUTH_REQUEST_TOKEN, 33 OAUTH_ACCESS_TOKEN, 34 } oauth_stage_t; 35 29 36 struct oauth_info 30 37 { 38 oauth_stage_t stage; 39 31 40 oauth_cb func; 32 41 void *data;
Note: See TracChangeset
for help on using the changeset viewer.