aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitlbee.h1
-rw-r--r--protocols/nogaim.h19
-rw-r--r--protocols/oscar/AUTHORS2
3 files changed, 3 insertions, 19 deletions
diff --git a/bitlbee.h b/bitlbee.h
index 37f9a1c1..6badae3a 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -28,6 +28,7 @@
#define _GNU_SOURCE /* Stupid GNU :-P */
+/* Depend on Windows 2000 for now since we need getaddrinfo() */
#define _WIN32_WINNT 0x0501
#define PACKAGE "BitlBee"
diff --git a/protocols/nogaim.h b/protocols/nogaim.h
index 68d5bc90..bdd8bae2 100644
--- a/protocols/nogaim.h
+++ b/protocols/nogaim.h
@@ -131,25 +131,6 @@ struct buddy {
struct im_connection *ic; /* the connection it belongs to */
};
-struct ft
-{
- const char *filename;
-
- /* Total number of bytes in file */
- size_t total_bytes;
-
- /* Current number of bytes received */
- size_t cur_bytes;
-};
-
-struct ft_request
-{
- const char *filename;
- struct gaim_connection *gc;
-};
-
-typedef void (*ft_recv_handler) (struct ft *, void *data, size_t len);
-
struct prpl {
int options;
/* You should set this to the name of your protocol.
diff --git a/protocols/oscar/AUTHORS b/protocols/oscar/AUTHORS
index 51e8768d..5ca13988 100644
--- a/protocols/oscar/AUTHORS
+++ b/protocols/oscar/AUTHORS
@@ -27,3 +27,5 @@ N: Brock Wilcox
H: awwaiid
E: awwaiid@auk.cx
D: Figured out original password roasting
+
+