]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak example SD plugin.
authorMarco van Wieringen <mvw@planets.elm.net>
Tue, 24 Jan 2012 13:49:44 +0000 (14:49 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:30 +0000 (14:50 +0200)
bacula/src/plugins/sd/example-plugin-sd.c

index 9f6d8b38ee4a0fb7862d3beb3d6ca00e8f398fbf..f391123e7dd845b6dd3fc157cb75323b6486c2e7 100644 (file)
@@ -31,9 +31,8 @@
  *  Kern Sibbald, October 2007
  *
  */
-#ifdef working
 #include "bacula.h"
-#include "sd_plugins.h"
+#include "stored.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -179,5 +178,3 @@ static bRC handlePluginEvent(bpContext *ctx, bsdEvent *event, void *value)
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* working */