aboutsummaryrefslogtreecommitdiff
path: root/src/lib/include/gnunet_time_dbus_lib_signature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/include/gnunet_time_dbus_lib_signature.h')
-rw-r--r--src/lib/include/gnunet_time_dbus_lib_signature.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/include/gnunet_time_dbus_lib_signature.h b/src/lib/include/gnunet_time_dbus_lib_signature.h
new file mode 100644
index 0000000..d05f4aa
--- /dev/null
+++ b/src/lib/include/gnunet_time_dbus_lib_signature.h
@@ -0,0 +1,10 @@
1#ifndef GNUNET_TIME_DBUS_LIB_SIGNATURE_H
2#define GNUNET_TIME_DBUS_LIB_SIGNATURE_H
3
4#include "gnunet_dbus_lib.h"
5
6#define GNUNET_TIME_DBUS_SIGNATURE_ABSOLUTE GNUNET_DBUS_SIGNATURE_VARIANT
7#define GNUNET_TIME_DBUS_SIGNATURE_RELATIVE GNUNET_DBUS_SIGNATURE_VARIANT
8
9#endif
10