summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-01-14 20:05:14 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-01-14 20:05:14 +0000
commit667d4a0a4938e1bfe54eb5b56cd4313b6579534d (patch)
treeb2714f12b6fa714ee9ee232f30258e0bf830d0e2 /desktop/gui_factory.h
parent8dfe22515312a8ecf4da974feb31b0f5e7f317e5 (diff)
downloadnetsurf-667d4a0a4938e1bfe54eb5b56cd4313b6579534d.tar.gz
netsurf-667d4a0a4938e1bfe54eb5b56cd4313b6579534d.tar.bz2
confine the gui table acessor to the gui factory header
Diffstat (limited to 'desktop/gui_factory.h')
-rw-r--r--desktop/gui_factory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/gui_factory.h b/desktop/gui_factory.h
index 66303eac1..c70ca8f37 100644
--- a/desktop/gui_factory.h
+++ b/desktop/gui_factory.h
@@ -25,6 +25,8 @@
struct gui_table;
+extern struct gui_table *guit; /* the gui vtable */
+
nserror gui_factory_register(struct gui_table *gt);
#endif