]> andersk Git - libfaim.git/blobdiff - faim/aim.h
- Fri Jun 2 23:27:28 UTC 2000
[libfaim.git] / faim / aim.h
index 498fa5fcd32159a5265212aafb0280cf336e779c..24cb4ce8fb0cfbeb0b64f5d0262c4bc6837e7845 100644 (file)
@@ -71,7 +71,7 @@
  * Note that although we can send this much, its impossible
  * for WinAIM clients (up through the latest (4.0.1957)) to
  * send any more than 1kb.  Amaze all your windows friends
- * with uterrly oversized instant messages!
+ * with utterly oversized instant messages!
  * 
  */
 #define MAXMSGLEN 7988
@@ -329,6 +329,7 @@ int aim_sendconnack(struct aim_session_t *sess, struct aim_conn_t *conn);
 int aim_request_login (struct aim_session_t *sess, struct aim_conn_t *conn, char *sn);
 int aim_send_login (struct aim_session_t *, struct aim_conn_t *, char *, char *, struct client_info_s *);
 int aim_encode_password(const char *, u_char *);
+int aimicq_encode_password(const char *password, u_char *encoded);
 unsigned long aim_sendauthresp(struct aim_session_t *sess, 
                               struct aim_conn_t *conn, 
                               char *sn, char *bosip, 
@@ -442,6 +443,7 @@ u_long aim_send_im(struct aim_session_t *, struct aim_conn_t *, char *, u_int, c
 int aim_parse_incoming_im_middle(struct aim_session_t *, struct command_rx_struct *);
 u_long aim_seticbmparam(struct aim_session_t *, struct aim_conn_t *conn);
 int aim_parse_msgerror_middle(struct aim_session_t *, struct command_rx_struct *);
+int aim_negchan_middle(struct aim_session_t *sess, struct command_rx_struct *command);
 
 /* aim_info.c */
 #define AIM_CAPS_BUDDYICON 0x01
This page took 0.043149 seconds and 4 git commands to generate.