summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 41375a6adb..6ff7e7e568 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -403,8 +403,8 @@ struct plugin_api {
403 void (*storage_spin)(void); 403 void (*storage_spin)(void);
404 void (*storage_spindown)(int seconds); 404 void (*storage_spindown)(int seconds);
405#if USING_STORAGE_CALLBACK 405#if USING_STORAGE_CALLBACK
406 void (*register_storage_idle_func)(storage_idle_notify function); 406 void (*register_storage_idle_func)(void (*function)(void *data));
407 void (*unregister_storage_idle_func)(storage_idle_notify function, bool run); 407 void (*unregister_storage_idle_func)(void (*function)(void *data), bool run);
408#endif /* USING_STORAGE_CALLBACK */ 408#endif /* USING_STORAGE_CALLBACK */
409 void (*reload_directory)(void); 409 void (*reload_directory)(void);
410 char *(*create_numbered_filename)(char *buffer, const char *path, 410 char *(*create_numbered_filename)(char *buffer, const char *path,