Below is the file 'src/lsi/plugins.h' from this revision. You can also download the file.

/* 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;