~mdoyen/homebank/5.2.x

« back to all changes in this revision

Viewing changes to src/hub-account.h

  • Committer: Maxime Doyen
  • Date: 2019-04-11 20:36:11 UTC
  • Revision ID: homebank@free.fr-20190411203611-pby791lywld1op5a
5.2.4 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*  HomeBank -- Free, easy, personal accounting for everyone.
 
2
 *  Copyright (C) 1995-2019 Maxime DOYEN
 
3
 *
 
4
 *  This file is part of HomeBank.
 
5
 *
 
6
 *  HomeBank is free software; you can redistribute it and/or modify
 
7
 *  it under the terms of the GNU General Public License as published by
 
8
 *  the Free Software Foundation; either version 2 of the License, or
 
9
 *  (at your option) any later version.
 
10
 *
 
11
 *  HomeBank is distributed in the hope that it will be useful,
 
12
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 *  GNU General Public License for more details.
 
15
 *
 
16
 *  You should have received a copy of the GNU General Public License
 
17
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
18
 */
 
19
 
 
20
#include "dsp-mainwindow.h"
 
21
 
 
22
 
 
23
#ifndef __HUB_ACCOUNT_H__
 
24
#define __HUB_ACCOUNT_H__
 
25
 
 
26
void ui_hub_account_populate(GtkWidget *widget, gpointer user_data);
 
27
void ui_hub_account_setup(struct hbfile_data *data);
 
28
GtkWidget *ui_hub_account_create(struct hbfile_data *data);
 
29
 
 
30
 
 
31
#endif
 
 
b'\\ No newline at end of file'