aboutsummaryrefslogtreecommitdiff
path: root/src/lib/include/gnunet_dht_dbus_lib_push.h
blob: 44e83beb6c0888310f52dd66c77a298ba619375a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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