]> andersk Git - libfaim.git/blobdiff - src/admin.c
- Mon May 7 15:19:55 PDT 2001
[libfaim.git] / src / admin.c
index 759d09660e25f776633922fb094673362b525160..4a461b6aee09427b57715766b971a0d1b8550881 100644 (file)
@@ -24,7 +24,7 @@ static int infochange(struct aim_session_t *sess, aim_module_t *mod, struct comm
     i += 2;
 
     while (tlvcount) {
-      rxcallback_t userfunc;
+      aim_rxcallback_t userfunc;
       struct aim_tlv_t *tlv;
       int str = 0;
 
@@ -58,7 +58,7 @@ static int infochange(struct aim_session_t *sess, aim_module_t *mod, struct comm
 
 static int accountconfirm(struct aim_session_t *sess, aim_module_t *mod, struct command_rx_struct *rx, aim_modsnac_t *snac, unsigned char *data, int datalen)
 {
-  rxcallback_t userfunc;
+  aim_rxcallback_t userfunc;
   int status;
 
   status = aimutil_get16(data);
This page took 0.555883 seconds and 4 git commands to generate.