diff src/ft.h @ 5563:9eb5b13fd412

[gaim-migrate @ 5965] Just a taste of what's coming. Standard "This won't compile" thing. Plugin authors, you're going to hate me, but that's okay, because I have friends too! It's really late. My brain resembles that of fish swimming in jello pudding with neon lights flying around chanting musicals. I'm not on drugs. I'm just that tired. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 30 May 2003 09:38:29 +0000
parents c8afb821df3e
children 059d95c67cda
line wrap: on
line diff
--- a/src/ft.h	Fri May 30 04:13:58 2003 +0000
+++ b/src/ft.h	Fri May 30 09:38:29 2003 +0000
@@ -64,7 +64,7 @@
 {
 	GaimXferType type;            /**< The type of transfer.               */
 
-	struct gaim_account *account; /**< The account.                        */
+	GaimAccount *account; /**< The account.                        */
 
 	char *who;                    /**< The person on the other end of the
 	                                   transfer.                           */
@@ -124,7 +124,7 @@
  *
  * @return A file transfer handle.
  */
-struct gaim_xfer *gaim_xfer_new(struct gaim_account *account,
+struct gaim_xfer *gaim_xfer_new(GaimAccount *account,
 								GaimXferType type, const char *who);
 
 /**
@@ -172,7 +172,7 @@
  *
  * @return The account.
  */
-struct gaim_account *gaim_xfer_get_account(const struct gaim_xfer *xfer);
+GaimAccount *gaim_xfer_get_account(const struct gaim_xfer *xfer);
 
 /**
  * Returns the completed state for a file transfer.