]> andersk Git - libfaim.git/blobdiff - src/ft.c
- Mon May 7 15:19:55 PDT 2001
[libfaim.git] / src / ft.c
index 5ad960fa7af249df727bca9e20b7be20b58343d2..c9f4a9bc88b103c1742b5911ff6c59c63e9b80d3 100644 (file)
--- a/src/ft.c
+++ b/src/ft.c
@@ -37,9 +37,9 @@ 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;
-  socklen_t clilen = sizeof(cliaddr);
+  int clilen = sizeof(cliaddr);
   int ret = 0;
   struct aim_conn_t *newconn;
 
@@ -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.36873 seconds and 4 git commands to generate.