X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Flist_upcoming.h;h=c84a19d4b942f071746f307331dada9efba2bd66;hb=2ef3e601408ebaeeaf5f40d6967664b012a49979;hp=9d6148ff4c897395933376168bd880500ecbf309;hpb=59c5e08a64798d4303ae7eb3a2713bc93d98fa7b;p=chaz%2Fhomebank diff --git a/src/list_upcoming.h b/src/list_upcoming.h index 9d6148f..c84a19d 100644 --- a/src/list_upcoming.h +++ b/src/list_upcoming.h @@ -1,5 +1,5 @@ /* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2016 Maxime DOYEN + * Copyright (C) 1995-2017 Maxime DOYEN * * This file is part of HomeBank. * @@ -20,7 +20,6 @@ #ifndef __LIST_UPCOMING__H__ #define __LIST_UPCOMING__H__ -GtkWidget *create_list_upcoming(void); enum { @@ -36,4 +35,8 @@ enum NUM_LST_DSPUPC }; -#endif \ No newline at end of file + +GtkWidget *create_list_upcoming(void); + + +#endif