summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui_factory.c')
-rw-r--r--desktop/gui_factory.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c
index 8e3ce178d..756f5dd0e 100644
--- a/desktop/gui_factory.c
+++ b/desktop/gui_factory.c
@@ -21,8 +21,8 @@
#include "desktop/gui_factory.h"
#include "utils/file.h"
-/** The global GUI interface table */
-struct gui_table *guit = NULL;
+/** The global interface table */
+struct netsurf_table *guit = NULL;
@@ -541,7 +541,7 @@ static nserror verify_browser_register(struct gui_browser_table *gbt)
/* exported interface documented in desktop/gui_factory.h */
-nserror gui_factory_register(struct gui_table *gt)
+nserror gui_factory_register(struct netsurf_table *gt)
{
nserror err;