diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index ddd9130..bafd407 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -894,7 +894,7 @@ struct plugin_api { /* new stuff at the end, sort into place next time the API gets incompatible */ - struct dirinfo (*dir_get_info)(struct DIR* parent, struct dirent *entry); + struct dirinfo (*dir_get_info)(DIR* parent, struct dirent *entry); }; /* plugin header */ |