diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-10 22:35:08 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-01-10 22:35:08 +0100 |
commit | 8e419cb4f86679636b2d96618e1bec4853636c11 (patch) | |
tree | b7514f0bd06ce2a1f5290c53552c692698091d2b /protocols/msn/passport.h | |
parent | 3e91c3ec7d6426c4c2819e78275f935e1a7fce2c (diff) | |
parent | dd8d4c5243eea91dd3b0709ae76abdd3743e99bc (diff) |
Merge Wilmer
Diffstat (limited to 'protocols/msn/passport.h')
-rw-r--r-- | protocols/msn/passport.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/protocols/msn/passport.h b/protocols/msn/passport.h index 63fef2e9..f7e6ebb6 100644 --- a/protocols/msn/passport.h +++ b/protocols/msn/passport.h @@ -34,14 +34,12 @@ struct passport_reply { + void (*func)( struct passport_reply * ); void *data; char *result; - void (*func)( struct passport_reply * ); - char *url; char *header; - int redirects; }; -int passport_get_id( gpointer data, char *username, char *password, char *cookie, gpointer func ); +int passport_get_id( gpointer func, gpointer data, char *username, char *password, char *cookie ); #endif /* __PASSPORT_H__ */ |