/* * SWServ Plugins * * All SWServ Plugins must #include this. By #including this, all * required header files for SWServ Plugins will be #included. */ #ifndef SWSERV_PLUGINS_H #define SWSERV_PLUGINS_H #include "context.h" #include "api.h" #endif /* SWSERV_PLUGINS_H */