Statistics
| Revision:

root / src / prefs_account_dialog.h @ 1029

History | View | Annotate | Download (1 kB)

1 533 hiro
/*
2 533 hiro
 * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
3 919 hiro
 * Copyright (C) 1999-2006 Hiroyuki Yamamoto
4 533 hiro
 *
5 533 hiro
 * This program is free software; you can redistribute it and/or modify
6 533 hiro
 * it under the terms of the GNU General Public License as published by
7 533 hiro
 * the Free Software Foundation; either version 2 of the License, or
8 533 hiro
 * (at your option) any later version.
9 533 hiro
 *
10 533 hiro
 * This program is distributed in the hope that it will be useful,
11 533 hiro
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 533 hiro
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 533 hiro
 * GNU General Public License for more details.
14 533 hiro
 *
15 533 hiro
 * You should have received a copy of the GNU General Public License
16 533 hiro
 * along with this program; if not, write to the Free Software
17 533 hiro
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 533 hiro
 */
19 533 hiro
20 533 hiro
#ifndef __PREFS_ACCOUNT_DIALOG_H__
21 533 hiro
#define __PREFS_ACCOUNT_DIALOG_H__
22 533 hiro
23 533 hiro
#include <glib.h>
24 533 hiro
25 533 hiro
#include "prefs_account.h"
26 533 hiro
27 533 hiro
PrefsAccount *prefs_account_open        (PrefsAccount        *ac_prefs);
28 533 hiro
29 533 hiro
#endif /* __PREFS_ACCOUNT_DIALOG_H__ */