Mercurial > pidgin
diff src/protocols/oscar/misc.c @ 13609:5796551db930
[gaim-migrate @ 15995]
Inline FlapConnection->inside and change some functions to return
void instead of a meaningless int
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 10 Apr 2006 03:53:05 +0000 |
| parents | 6519aeb66b31 |
| children |
line wrap: on
line diff
--- a/src/protocols/oscar/misc.c Mon Apr 10 03:37:37 2006 +0000 +++ b/src/protocols/oscar/misc.c Mon Apr 10 03:53:05 2006 +0000 @@ -19,11 +19,8 @@ */ /* - * misc.c - * * Random stuff. Basically just a few functions for sending * simple SNACs, and then the generic error handler. - * */ #include "oscar.h" @@ -54,7 +51,7 @@ return 0; } -int +void aim_genericreq_n_snacid(OscarData *od, FlapConnection *conn, guint16 family, guint16 subtype) { FlapFrame *frame; @@ -66,8 +63,6 @@ aim_putsnac(&frame->data, family, subtype, 0x0000, snacid); flap_connection_send(conn, frame); - - return 0; } int
