diff libfaim/aim_buddylist.c @ 840:595ac7759563

[gaim-migrate @ 850] lots of (mostly useless for us) libfaim changes. should help portability, but it was always portable between unices.... stupid win32ers. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 04 Sep 2000 23:37:32 +0000
parents 88f8f98de02d
children 920c86b753d7
line wrap: on
line diff
--- a/libfaim/aim_buddylist.c	Mon Sep 04 01:15:38 2000 +0000
+++ b/libfaim/aim_buddylist.c	Mon Sep 04 23:37:32 2000 +0000
@@ -7,9 +7,9 @@
  * Adds a single buddy to your buddy list after login.
  *
  */
-u_long aim_add_buddy(struct aim_session_t *sess,
-		     struct aim_conn_t *conn, 
-		     char *sn )
+faim_export unsigned long aim_add_buddy(struct aim_session_t *sess,
+					struct aim_conn_t *conn, 
+					char *sn )
 {
    struct command_tx_struct *newpacket;
    int i;
@@ -47,9 +47,9 @@
    return( sess->snac_nextid++ );
 }
 
-u_long aim_remove_buddy(struct aim_session_t *sess,
-			struct aim_conn_t *conn, 
-			char *sn )
+faim_export unsigned long aim_remove_buddy(struct aim_session_t *sess,
+					   struct aim_conn_t *conn, 
+					   char *sn )
 {
    struct command_tx_struct *newpacket;
    int i;
@@ -86,8 +86,8 @@
    return( sess->snac_nextid++ );
 }
 
-int aim_parse_buddyrights(struct aim_session_t *sess,
-			  struct command_rx_struct *command, ...)
+faim_internal int aim_parse_buddyrights(struct aim_session_t *sess,
+					struct command_rx_struct *command, ...)
 {
   rxcallback_t userfunc = NULL;
   int ret=1;