summaryrefslogtreecommitdiff
path: root/desktop/netsurf.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.h')
-rw-r--r--desktop/netsurf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/netsurf.h b/desktop/netsurf.h
index 67329e164..aa3bf8b54 100644
--- a/desktop/netsurf.h
+++ b/desktop/netsurf.h
@@ -8,9 +8,9 @@
#ifndef _NETSURF_DESKTOP_NETSURF_H_
#define _NETSURF_DESKTOP_NETSURF_H_
-extern int netsurf_quit;
+#include <stdbool.h>
-void netsurf_poll(void);
+extern bool netsurf_quit;
#endif