From: James Harper Date: Sun, 26 Oct 2008 08:23:31 +0000 (+0000) Subject: fixed exchange-fd compile by conditionally removing reference to alist. X-Git-Tag: Release-3.0.0~700 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4bd895624c3555f8ea67db1289d4223c43227add;p=bacula%2Fbacula fixed exchange-fd compile by conditionally removing reference to alist. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7904 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/lib/plugins.h b/bacula/src/lib/plugins.h index 456b5fc699..60c1d280ab 100644 --- a/bacula/src/lib/plugins.h +++ b/bacula/src/lib/plugins.h @@ -39,7 +39,9 @@ * * ****************************************************************************/ +#ifndef BUILD_PLUGIN extern DLL_IMP_EXP alist *plugin_list; +#endif /* Universal return codes from all plugin functions */ typedef enum {