]> andersk Git - libfaim.git/blobdiff - aim_ads.c
- Mon Feb 26 01:46:34 UTC 2001
[libfaim.git] / aim_ads.c
index 6aa8bbe96723dc4f7d06e37343466d696425ce8b..dc827156815d679232728d8fb5940780521860a0 100644 (file)
--- a/aim_ads.c
+++ b/aim_ads.c
@@ -3,10 +3,11 @@
  *
  */
 
+#define FAIM_INTERNAL
 #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 +36,8 @@ u_long aim_ads_clientready(struct aim_session_t *sess,
   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);
 }
This page took 0.04951 seconds and 4 git commands to generate.