aboutsummaryrefslogtreecommitdiff
path: root/src/lib/include/gnunet_block_dbus_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/include/gnunet_block_dbus_lib.h')
-rw-r--r--src/lib/include/gnunet_block_dbus_lib.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/lib/include/gnunet_block_dbus_lib.h b/src/lib/include/gnunet_block_dbus_lib.h
new file mode 100644
index 0000000..acdfc99
--- /dev/null
+++ b/src/lib/include/gnunet_block_dbus_lib.h
@@ -0,0 +1,18 @@
1#ifndef GNUNET_BLOCK_DBUS_LIB_H
2#define GNUNET_BLOCK_DBUS_LIB_H
3
4#include <gnunet_dbus_lib.h>
5
6/**
7 * A {NULL, 0}-terminated list of textual descriptions of `GNUNET_BLOCK_Type`
8 * enum variants. Used for converting back-and-forth between `GNUNET_DBUS_Type`
9 * and `const char *`
10 */
11extern const struct GNUNET_DBUS_StringEnumPair GNUNET_BLOCK_DBUS_type_description[];
12
13#include "gnunet_block_dbus_lib_pop.h"
14#include "gnunet_block_dbus_lib_push.h"
15#include "gnunet_block_dbus_lib_signature.h"
16
17#endif
18