]> andersk Git - libfaim.git/blobdiff - faim/aim.h
- Thu Sep 21 00:24:36 UTC 2000
[libfaim.git] / faim / aim.h
index 8e3ea20e4d1e5bc97836d7475a550f064cc0ad77..1ba146edeb05353d2605ea1053c58736bd4c9702 100644 (file)
@@ -331,6 +331,12 @@ struct aim_session_t {
   faim_mutex_t snac_hash_locks[FAIM_SNAC_HASH_SIZE];
   u_long snac_nextid;
 
+  struct {
+    char server[128];
+    char username[128];
+    char password[128];
+  } socksproxy;
+
   struct aim_msgcookie_t *msgcookies;
 };
 
@@ -492,6 +498,7 @@ faim_export struct aim_conn_t *aim_select(struct aim_session_t *, struct timeval
 faim_export int aim_conn_isready(struct aim_conn_t *);
 faim_export int aim_conn_setstatus(struct aim_conn_t *, int);
 faim_export void aim_session_init(struct aim_session_t *);
+faim_export void aim_setupproxy(struct aim_session_t *sess, char *server, char *username, char *password);
 
 /* aim_misc.c */
 
This page took 0.389875 seconds and 4 git commands to generate.