diff options
Diffstat (limited to 'protocols')
| -rw-r--r-- | protocols/nogaim.h | 19 | ||||
| -rw-r--r-- | protocols/oscar/AUTHORS | 2 | 
2 files changed, 2 insertions, 19 deletions
| 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 + + | 
