]> andersk Git - libfaim.git/blobdiff - aim_misc.c
Small fixes.
[libfaim.git] / aim_misc.c
index a909eb37372f4977d7d31bf4e1317e02b525a309..420165f37ad5b8bffaf2feb6e34f47fe81441147 100644 (file)
@@ -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.
  *
This page took 0.030848 seconds and 4 git commands to generate.