Merging upstream version 1.15.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
14665a711e
commit
d975eb29d0
116 changed files with 6031 additions and 2284 deletions
1
plugin.h
1
plugin.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue