aboutsummaryrefslogtreecommitdiff
path: root/src/lib/include/gnunet_block_dbus_lib.h
blob: acdfc9912b96736ae04f6489aa456ca3a88dc8a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef GNUNET_BLOCK_DBUS_LIB_H
#define GNUNET_BLOCK_DBUS_LIB_H

#include <gnunet_dbus_lib.h>

/**
 * A {NULL, 0}-terminated list of textual descriptions of `GNUNET_BLOCK_Type`
 * enum variants. Used for converting back-and-forth between `GNUNET_DBUS_Type`
 * and `const char *`
 */
extern const struct GNUNET_DBUS_StringEnumPair GNUNET_BLOCK_DBUS_type_description[];

#include "gnunet_block_dbus_lib_pop.h"
#include "gnunet_block_dbus_lib_push.h"
#include "gnunet_block_dbus_lib_signature.h"

#endif