diff options
Diffstat (limited to 'apps/plugins/shortcuts')
| -rw-r--r-- | apps/plugins/shortcuts/shortcuts_append.c | 2 | ||||
| -rw-r--r-- | apps/plugins/shortcuts/shortcuts_view.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/shortcuts/shortcuts_append.c b/apps/plugins/shortcuts/shortcuts_append.c index 69b2a44..3eea87e 100644 --- a/apps/plugins/shortcuts/shortcuts_append.c +++ b/apps/plugins/shortcuts/shortcuts_append.c @@ -22,7 +22,7 @@ #include "shortcuts.h" -PLUGIN_HEADER + bool append_entry_to_file(sc_file_t *file, char *path, bool is_dir) diff --git a/apps/plugins/shortcuts/shortcuts_view.c b/apps/plugins/shortcuts/shortcuts_view.c index a63e26d..469241f 100644 --- a/apps/plugins/shortcuts/shortcuts_view.c +++ b/apps/plugins/shortcuts/shortcuts_view.c @@ -22,7 +22,7 @@ #include "shortcuts.h" -PLUGIN_HEADER + enum sc_list_action_type { |