aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-03 13:50:35 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-03 13:50:35 +0000
commit653dc47fa8ab2e2f36c4ca494fcb6510cdc9d46a (patch)
tree2f2dca0370c0713e508fe188eedae1efb8d65671 /src/include/gnunet_mq_lib.h
parent4954b2047093f62c866d145ece0d2304b76a428f (diff)
downloadgnunet-653dc47fa8ab2e2f36c4ca494fcb6510cdc9d46a.tar.gz
gnunet-653dc47fa8ab2e2f36c4ca494fcb6510cdc9d46a.zip
-finishing first round of conversation phone API implementation
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index f88017fbe..fd28f3de6 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -28,8 +28,6 @@
28#ifndef GNUNET_MQ_H 28#ifndef GNUNET_MQ_H
29#define GNUNET_MQ_H 29#define GNUNET_MQ_H
30 30
31#include "gnunet_common.h"
32
33 31
34/** 32/**
35 * Allocate an envelope, with extra space allocated after the space needed 33 * Allocate an envelope, with extra space allocated after the space needed
@@ -246,7 +244,6 @@ struct GNUNET_MQ_MessageHandler
246 */ 244 */
247 GNUNET_MQ_MessageCallback cb; 245 GNUNET_MQ_MessageCallback cb;
248 246
249
250 /** 247 /**
251 * Type of the message this handler covers. 248 * Type of the message this handler covers.
252 */ 249 */