diff src/ft.h @ 11129:0754ce8f1122

[gaim-migrate @ 13185] Doxygen fixes committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 19 Jul 2005 05:31:36 +0000
parents 2c21bffa8200
children bd8ac1d4b2f2
line wrap: on
line diff
--- a/src/ft.h	Tue Jul 19 05:20:55 2005 +0000
+++ b/src/ft.h	Tue Jul 19 05:31:36 2005 +0000
@@ -540,20 +540,13 @@
 void gaim_xfer_update_progress(GaimXfer *xfer);
 
 /**
- * Updates file transfer progress.
- *
- * @param xfer      The file transfer.
- */
-void gaim_xfer_update_progress(GaimXfer *xfer);
-
-/**
  * Displays a file transfer-related message in the conversation window
  *
  * This is a wrapper around gaim_conversation_write
  *
  * @param xfer The file transfer to which this message relates.
  * @param message The message to display.
- * @param gboolean Is this an error message?.
+ * @param is_error Is this an error message?.
  */
 void gaim_xfer_conversation_write(GaimXfer *xfer, char *message, gboolean is_error);