~mdoyen/homebank/trunk

« back to all changes in this revision

Viewing changes to src/homebank.c

  • Committer: Maxime Doyen
  • Date: 2023-01-12 17:58:52 UTC
  • Revision ID: homebank@free.fr-20230112175852-qtqy23vexam04fim
5.6.1 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  HomeBank -- Free, easy, personal accounting for everyone.
2
 
 *  Copyright (C) 1995-2022 Maxime DOYEN
 
2
 *  Copyright (C) 1995-2023 Maxime DOYEN
3
3
 *
4
4
 *  This file is part of HomeBank.
5
5
 *
684
684
/*
685
685
** application cleanup: icons, GList, memory
686
686
*/
687
 
static void homebank_cleanup()
 
687
static void homebank_cleanup(void)
688
688
{
689
689
 
690
690
        DB( g_print("\n[homebank] cleanup\n") );
816
816
        return window;
817
817
}
818
818
 
 
819
 
819
820
static void
820
821
homebank_init_i18n (void)
821
822
{
1001
1002
        return EXIT_SUCCESS;
1002
1003
}
1003
1004
 
 
1005
 
1004
1006
#ifdef G_OS_WIN32
1005
1007
/* In case we build this as a windows application */
1006
1008