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