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