aboutsummaryrefslogtreecommitdiff
path: root/src/lib/include/gnunet_block_dbus_lib_push.h
blob: 27d78c38234da2a08c9a1930a7cec602ae9f6a2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef GNUNET_BLOCK_DBUS_LIB_PUSH_H
#define GNUNET_BLOCK_DBUS_LIB_PUSH_H

#include "gnunet_block_dbus_lib.h"

/**
 * Push a GNUNET_BLOCK_Type onto a DBusMessage, advancing the iterator.
 */
void
GNUNET_BLOCK_DBUS_push_type (
    DBusMessage *message,
    DBusMessageIter *iter,
    const enum GNUNET_BLOCK_Type *value);

#endif