The unified diff between revisions [84a0b39f..] and [ce9d6288..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/lsi/plugins.h'
# # old_revision [84a0b39f678926ca2848e2a0da300842a9cf5809] # new_revision [ce9d628825328f2576769426f4d3544fe89a14ce] # # add_file "src/lsi/plugins.h" # content [84f2f91c055062f2bbf7fd72c9079a3967f22a39] # ============================================================ --- /dev/null +++ src/lsi/plugins.h 84f2f91c055062f2bbf7fd72c9079a3967f22a39 @@ -0,0 +1,13 @@ +/* plugins.h */ + +/* + * The master table of plugins is found in plugins.c. This is + * just a declaration to allow the table to be used. + */ + +#include "plugin.h" + +extern struct plugin plugins_table[]; + +extern int nplugins; +