diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-04-15 18:03:08 -0700 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-04-15 18:03:08 -0700 | 
| commit | 84b045d409f1e8da6d8bf379c6fef7236dcd9bcd (patch) | |
| tree | 765681f302614273ac61e1560955a7307252097e /protocols/oscar/service.c | |
| parent | c2fb38096ea4e75a680e57e103d4a4986aa84c75 (diff) | |
s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a
little bit, grouping things by category instead of original Gaim 0.58
filename.
Diffstat (limited to 'protocols/oscar/service.c')
| -rw-r--r-- | protocols/oscar/service.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/protocols/oscar/service.c b/protocols/oscar/service.c index 69d53d00..3a180780 100644 --- a/protocols/oscar/service.c +++ b/protocols/oscar/service.c @@ -566,7 +566,7 @@ static int migrate(aim_session_t *sess, aim_module_t *mod, aim_frame_t *rx, aim_  		group = aimbs_get16(bs); -		imc_error(sess->aux_data, "bifurcated migration unsupported"); +		imcb_error(sess->aux_data, "bifurcated migration unsupported");  	}  	tl = aim_readtlvchain(bs); @@ -893,7 +893,7 @@ int aim_sendmemblock(aim_session_t *sess, aim_conn_t *conn, guint32 offset, guin  			aimbs_put32(&fr->data, 0xecf8427e);  */  		} else -			imc_error(sess->aux_data, "WARNING: unknown hash request"); +			imcb_error(sess->aux_data, "WARNING: unknown hash request");  	} | 
