]> andersk Git - libfaim.git/blobdiff - aim_buddylist.c
- Thu Feb 8 02:31:25 UTC 2001
[libfaim.git] / aim_buddylist.c
index a9b9ef8fbb91717f0c04d0ca3901a80720530320..ecd5af1efbf32f20cbe7d33d537469d13707413f 100644 (file)
@@ -1,4 +1,5 @@
 
+#define FAIM_INTERNAL
 #include <faim/aim.h>
 
 /*
@@ -6,6 +7,8 @@
  *
  * Adds a single buddy to your buddy list after login.
  *
+ * XXX this should just be an extension of setbuddylist()
+ *
  */
 faim_export unsigned long aim_add_buddy(struct aim_session_t *sess,
                                        struct aim_conn_t *conn, 
@@ -33,6 +36,11 @@ faim_export unsigned long aim_add_buddy(struct aim_session_t *sess,
    return sess->snac_nextid;
 }
 
+/*
+ * XXX generalise to support removing multiple buddies (basically, its
+ * the same as setbuddylist() but with a different snac subtype).
+ *
+ */
 faim_export unsigned long aim_remove_buddy(struct aim_session_t *sess,
                                           struct aim_conn_t *conn, 
                                           char *sn )
This page took 0.252821 seconds and 4 git commands to generate.