summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/global_history.c')
-rw-r--r--desktop/global_history.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/desktop/global_history.c b/desktop/global_history.c
index 27b8e47b4..d159c5063 100644
--- a/desktop/global_history.c
+++ b/desktop/global_history.c
@@ -644,15 +644,9 @@ nserror global_history_init(struct core_window_callback_table *cw_t,
return NSERROR_OK;
}
-/**
- * Finalises the global history module.
- *
- * \param
- * \param
- * \return true on success, false on memory exhaustion
- */
-nserror global_history_fini(struct core_window_callback_table *cw_t,
- void *core_window_handle)
+
+/* Exported interface, documented in global_history.h */
+nserror global_history_fini(void)
{
int i;
nserror err;