#ifndef GNUNET_DHT_DBUS_LIB_PUSH_H #define GNUNET_DHT_DBUS_LIB_PUSH_H #include "gnunet_dht_dbus_lib.h" /** * Push a GNUNET_DHT_RouteOption to the DBusMessage, advancing the iterator. */ void GNUNET_DHT_DBUS_push_route_option ( DBusMessage *message, DBusMessageIter *iter, const enum GNUNET_DHT_RouteOption *value); #endif