diff libfaim/aim_ads.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 e4c34ca88d9b
children
line wrap: on
line diff
--- a/libfaim/aim_ads.c	Mon Sep 04 01:15:38 2000 +0000
+++ b/libfaim/aim_ads.c	Mon Sep 04 23:37:32 2000 +0000
@@ -5,8 +5,8 @@
 
 #include <faim/aim.h>
 
-u_long aim_ads_clientready(struct aim_session_t *sess,
-			   struct aim_conn_t *conn)
+faim_export unsigned long aim_ads_clientready(struct aim_session_t *sess,
+					      struct aim_conn_t *conn)
 {
   struct command_tx_struct *newpacket;
   int i;
@@ -35,8 +35,8 @@
   return (sess->snac_nextid++);
 }
 
-u_long aim_ads_requestads(struct aim_session_t *sess,
-			  struct aim_conn_t *conn)
+faim_export unsigned long aim_ads_requestads(struct aim_session_t *sess,
+					     struct aim_conn_t *conn)
 {
   return aim_genericreq_n(sess, conn, 0x0005, 0x0002);
 }