chiark / gitweb /
bus: include unique and well known names in credentials object
[elogind.git] / src / systemd / sd-bus-vtable.h
index 82e50d24c83f7f93951eda52fd3172c5b6176e2c..18fc30bd209f8ddd34c3bf799394744c52800724 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include "_sd-common.h"
+
+_SD_BEGIN_DECLARATIONS;
+
 typedef struct sd_bus_vtable sd_bus_vtable;
 
 #include "sd-bus.h"
@@ -124,4 +128,6 @@ struct sd_bus_vtable {
                 .type = _SD_BUS_VTABLE_END,                             \
         }
 
+_SD_END_DECLARATIONS;
+
 #endif