comparison finch/gntft.h @ 22007:c38d72677c8a

Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up the existing warnings. I removed a handful of dead code and cleaned up a couple of things that I stumbled across.
author Richard Laager <rlaager@wiktel.com>
date Thu, 03 Jan 2008 04:57:40 +0000
parents 6bf32c9e15a7
children 1cdae196aac8
comparison
equal deleted inserted replaced
21975:c7c5e2ff2b04 22007:c38d72677c8a
53 void finch_xfer_dialog_show(void); 53 void finch_xfer_dialog_show(void);
54 54
55 /** 55 /**
56 * Hides the file transfer dialog. 56 * Hides the file transfer dialog.
57 */ 57 */
58 void finch_xfer_dialog_hide(); 58 void finch_xfer_dialog_hide(void);
59 59
60 /** 60 /**
61 * Adds a file transfer to the dialog. 61 * Adds a file transfer to the dialog.
62 * 62 *
63 * @param xfer The file transfer. 63 * @param xfer The file transfer.