summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index ddd913088f..bafd4070f6 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -894,7 +894,7 @@ struct plugin_api {
894 894
895 /* new stuff at the end, sort into place next time 895 /* new stuff at the end, sort into place next time
896 the API gets incompatible */ 896 the API gets incompatible */
897 struct dirinfo (*dir_get_info)(struct DIR* parent, struct dirent *entry); 897 struct dirinfo (*dir_get_info)(DIR* parent, struct dirent *entry);
898}; 898};
899 899
900/* plugin header */ 900/* plugin header */