summaryrefslogtreecommitdiff
path: root/apps/plugins/searchengine/searchengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/searchengine/searchengine.h')
-rw-r--r--apps/plugins/searchengine/searchengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/searchengine/searchengine.h b/apps/plugins/searchengine/searchengine.h
index 07248ef37e..b0f6597971 100644
--- a/apps/plugins/searchengine/searchengine.h
+++ b/apps/plugins/searchengine/searchengine.h
@@ -38,7 +38,7 @@ rb->lcd_update()
38rb->lcd_update() 38rb->lcd_update()
39#endif 39#endif
40 40
41extern struct plugin_api* rb; 41extern const struct plugin_api* rb;
42 42
43void *my_malloc(size_t size); 43void *my_malloc(size_t size);
44void setmallocpos(void *pointer); 44void setmallocpos(void *pointer);