summaryrefslogtreecommitdiff
path: root/apps/plugins/shortcuts/shortcuts.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/shortcuts/shortcuts.h')
-rw-r--r--apps/plugins/shortcuts/shortcuts.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/shortcuts/shortcuts.h b/apps/plugins/shortcuts/shortcuts.h
index 6ccb320a36..34f200d193 100644
--- a/apps/plugins/shortcuts/shortcuts.h
+++ b/apps/plugins/shortcuts/shortcuts.h
@@ -79,9 +79,6 @@ bool remove_entry(sc_file_t *file, int entry_idx);
79/* Checks whether the index is a valid one for the file. */ 79/* Checks whether the index is a valid one for the file. */
80bool is_valid_index(sc_file_t *file, int entry_idx); 80bool is_valid_index(sc_file_t *file, int entry_idx);
81 81
82bool file_exists(char *filename); /* Does the specified file exist? */
83bool dir_exists(char *path); /* Does the specified dir exist? */
84
85 82
86#ifdef SC_DEBUG 83#ifdef SC_DEBUG
87void print_file(sc_file_t *file); 84void print_file(sc_file_t *file);