comparison finch/gntaccount.c @ 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 dccfd999ffe7
children 16ff37f64e29
comparison
equal deleted inserted replaced
21975:c7c5e2ff2b04 22007:c38d72677c8a
720 { 720 {
721 edit_account(account); 721 edit_account(account);
722 } 722 }
723 723
724 static gpointer 724 static gpointer
725 finch_accounts_get_handle() 725 finch_accounts_get_handle(void)
726 { 726 {
727 static int handle; 727 static int handle;
728 728
729 return &handle; 729 return &handle;
730 } 730 }