summaryrefslogtreecommitdiff
path: root/frontends/windows/prefs.h
diff options
context:
space:
mode:
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