summaryrefslogtreecommitdiff
path: root/frontends/windows/prefs.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-10-19 11:12:19 +0100
committerVincent Sanders <vince@kyllikki.org>2016-10-19 11:12:19 +0100
commit601d9da66d173152fcc095d271b08b43a02ca905 (patch)
treef705edb13239f3664a1197b9ac20f33380d97f74 /frontends/windows/prefs.h
parent7d808e95496b8f2175537f03dd2edd6bb58156c9 (diff)
downloadnetsurf-601d9da66d173152fcc095d271b08b43a02ca905.tar.gz
netsurf-601d9da66d173152fcc095d271b08b43a02ca905.tar.bz2
fix windows user preferences location storage
Diffstat (limited to 'frontends/windows/prefs.h')
-rw-r--r--frontends/windows/prefs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/frontends/windows/prefs.h b/frontends/windows/prefs.h
index dec004b60..fcab23742 100644
--- a/frontends/windows/prefs.h
+++ b/frontends/windows/prefs.h
@@ -19,6 +19,14 @@
#ifndef _NETSURF_WINDOWS_PREFS_H_
#define _NETSURF_WINDOWS_PREFS_H_
+/**
+ * open the preferences dialog and respond to user.
+ */
void nsws_prefs_dialog_init(HINSTANCE hinst, HWND parent);
+/**
+ * Save the users preferances.
+ */
+nserror nsws_prefs_save(void);
+
#endif