summaryrefslogtreecommitdiff
path: root/frontends/gtk/cookies.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-07-31 00:16:11 +0100
committerVincent Sanders <vince@kyllikki.org>2016-07-31 13:25:20 +0100
commit51725592c96b3cb94aa70761b10960c738815534 (patch)
tree788e41683c1a31d0f0db1642caf281ac50375800 /frontends/gtk/cookies.h
parentca5b165c85e1e8cc7df286b6a0a9a061de99bcaa (diff)
downloadnetsurf-51725592c96b3cb94aa70761b10960c738815534.tar.gz
netsurf-51725592c96b3cb94aa70761b10960c738815534.tar.bz2
make gtk cookies manager use core window API
Diffstat (limited to 'frontends/gtk/cookies.h')
-rw-r--r--frontends/gtk/cookies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/cookies.h b/frontends/gtk/cookies.h
index 2af05e154..c1a68b7f9 100644
--- a/frontends/gtk/cookies.h
+++ b/frontends/gtk/cookies.h
@@ -35,7 +35,7 @@ nserror nsgtk_cookies_present(void);
*
* \return NSERROR_OK on success else appropriate error code on faliure.
*/
-void nsgtk_cookies_destroy(void);
+nserror nsgtk_cookies_destroy(void);
#endif /* __NSGTK_COOKIES_H__ */