The unified diff between revisions [84a0b39f..] and [a81fe555..] 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 [a81fe5550c21fa983b4e344e07c29b9cecdf75ea] # # 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; +