X-Git-Url: http://andersk.mit.edu/gitweb/libfaim.git/blobdiff_plain/f0a7908e6ac789e81e591519d5554ea84ba8feb9..91c55d4735e6774eaa2616fb2e83150fabaf3899:/aim_misc.c diff --git a/aim_misc.c b/aim_misc.c index a909eb3..420165f 100644 --- a/aim_misc.c +++ b/aim_misc.c @@ -539,6 +539,17 @@ u_long aim_bos_reqbuddyrights(struct aim_session_t *sess, return aim_genericreq_n(sess, conn, 0x0003, 0x0002); } +/* + * aim_debugconn_sendconnect() + * + * For aimdebugd. If you don't know what it is, you don't want to. + */ +u_long aim_debugconn_sendconnect(struct aim_session_t *sess, + struct aim_conn_t *conn) +{ + return aim_genericreq_n(sess, conn, AIM_CB_FAM_SPECIAL, AIM_CB_SPECIAL_DEBUGCONN_CONNECT); +} + /* * Generic routine for sending commands. *