]> git.sur5r.net Git - bacula/bacula/commitdiff
fixed exchange-fd compile by conditionally removing reference to alist.
authorJames Harper <james.harper@bendigoit.com.au>
Sun, 26 Oct 2008 08:23:31 +0000 (08:23 +0000)
committerJames Harper <james.harper@bendigoit.com.au>
Sun, 26 Oct 2008 08:23:31 +0000 (08:23 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7904 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/plugins.h

index 456b5fc6994cf92f0e13fe9c70493ac49a2620ff..60c1d280ab50ddc8f177fe5c1765fe4dbc240cf7 100644 (file)
@@ -39,7 +39,9 @@
  *                                                                          *
  ****************************************************************************/
 
+#ifndef BUILD_PLUGIN
 extern DLL_IMP_EXP alist *plugin_list;
+#endif
 
 /* Universal return codes from all plugin functions */
 typedef enum {