mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #635355: Add public declaration of gnc_info_dialog.
Patch by Manfred Usselmann. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19862 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
5c7784abf1
commit
d9a658ed4b
@ -81,13 +81,13 @@ gnc_ok_cancel_dialog(gncUIWidget parent,
|
||||
gint default_result,
|
||||
const char *format, ...) G_GNUC_PRINTF (3, 4);
|
||||
|
||||
|
||||
|
||||
extern void
|
||||
gnc_warning_dialog(gncUIWidget parent,
|
||||
const char *format, ...) G_GNUC_PRINTF (2, 3);
|
||||
|
||||
|
||||
extern void
|
||||
gnc_info_dialog(GtkWidget *parent,
|
||||
const char *format, ...) G_GNUC_PRINTF (2, 3);
|
||||
|
||||
extern void
|
||||
gnc_error_dialog(GtkWidget *parent,
|
||||
|
Loading…
Reference in New Issue
Block a user