]> andersk Git - libfaim.git/blobdiff - src/ft.c
- Mon May 7 15:19:55 PDT 2001
[libfaim.git] / src / ft.c
index db50304677584c8dbb6f775c8cccea8b4723b4a7..c9f4a9bc88b103c1742b5911ff6c59c63e9b80d3 100644 (file)
--- a/src/ft.c
+++ b/src/ft.c
@@ -37,7 +37,7 @@ static struct aim_fileheader_t *aim_oft_getfh(unsigned char *hdr);
 faim_export int aim_handlerendconnect(struct aim_session_t *sess, struct aim_conn_t *cur)
 { 
   int acceptfd = 0;
-  rxcallback_t userfunc;
+  aim_rxcallback_t userfunc;
   struct sockaddr cliaddr;
   int clilen = sizeof(cliaddr);
   int ret = 0;
@@ -824,7 +824,7 @@ faim_internal int aim_get_command_rendezvous(struct aim_session_t *sess, struct
   unsigned char *hdr = NULL;
   int hdrlen, hdrtype;
   int flags = 0;
-  rxcallback_t userfunc = NULL;
+  aim_rxcallback_t userfunc = NULL;
   
   if (!sess || !conn || !conn->priv)
     return -1;
This page took 0.035466 seconds and 4 git commands to generate.