diff options
Diffstat (limited to '')
-rw-r--r-- | plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ struct program { struct plugin { const char *name; const char *desc; + const char *version; struct command **commands; struct program *parent; struct plugin *next; |