changeset 380:cb9a86122792

Missed the needed forward declaration of toolbar_select().
author Brian Smith <brian@dbsoft.org>
date Tue, 26 Jul 2022 17:23:56 -0500
parents 31511dd89500
children bcb1fac5776e
files dwib_int.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dwib_int.h	Tue Jul 26 17:17:12 2022 -0500
+++ b/dwib_int.h	Tue Jul 26 17:23:56 2022 -0500
@@ -76,6 +76,7 @@
 xmlNodePtr findWindow(xmlNodePtr thisnode);
 void toolbar_bitmap_buttons_create(void);
 void toolbar_text_buttons_create(void);
+void toolbar_select(xmlNodePtr node);
 void _focus_children(HWND combo, xmlNodePtr orig, xmlNodePtr node, xmlDocPtr doc, int focus);
 
 /* INI File support */