| 37 * |
37 * |
| 38 */ |
38 */ |
| 39 void |
39 void |
| 40 aim_genericreq_n(OscarData *od, FlapConnection *conn, guint16 family, guint16 subtype) |
40 aim_genericreq_n(OscarData *od, FlapConnection *conn, guint16 family, guint16 subtype) |
| 41 { |
41 { |
| 42 FlapFrame *frame; |
|
| 43 aim_snacid_t snacid = 0x00000000; |
42 aim_snacid_t snacid = 0x00000000; |
| 44 |
43 |
| 45 flap_connection_send_snac(od, conn, family, subtype, 0x0000, snacid, NULL); |
44 flap_connection_send_snac(od, conn, family, subtype, 0x0000, snacid, NULL); |
| 46 } |
45 } |
| 47 |
46 |
| 48 void |
47 void |
| 49 aim_genericreq_n_snacid(OscarData *od, FlapConnection *conn, guint16 family, guint16 subtype) |
48 aim_genericreq_n_snacid(OscarData *od, FlapConnection *conn, guint16 family, guint16 subtype) |
| 50 { |
49 { |
| 51 FlapFrame *frame; |
|
| 52 aim_snacid_t snacid; |
50 aim_snacid_t snacid; |
| 53 |
51 |
| 54 snacid = aim_cachesnac(od, family, subtype, 0x0000, NULL, 0); |
52 snacid = aim_cachesnac(od, family, subtype, 0x0000, NULL, 0); |
| 55 |
53 |
| 56 flap_connection_send_snac(od, conn, family, subtype, 0x0000, snacid, NULL); |
54 flap_connection_send_snac(od, conn, family, subtype, 0x0000, snacid, NULL); |