summaryrefslogtreecommitdiffstats
path: root/core/fulltext.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fulltext.h')
-rw-r--r--core/fulltext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fulltext.h b/core/fulltext.h
index fe6aa333b..108749e1d 100644
--- a/core/fulltext.h
+++ b/core/fulltext.h
@@ -24,7 +24,7 @@ struct dive;
void fulltext_register(struct dive *d); // Note: can be called repeatedly
void fulltext_unregister(struct dive *d); // Note: can be called repeatedly
void fulltext_unregister_all(); // Unregisters all dives in the dive table
-void fulltext_reload(); // Registers all dives in the dive table
+void fulltext_populate(); // Registers all dives in the dive table
#ifdef __cplusplus
}