aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-27 00:23:34 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-27 00:23:47 +0100
commitbefd2f9fc787c2ac75790b06e1601f2f65305375 (patch)
tree902a372dc4996a33820abc70505d60ab9bf72c10 /src/include/gnunet_mq_lib.h
parent82242cae3bb6313ee10df20570e4c14627828033 (diff)
downloadgnunet-befd2f9fc787c2ac75790b06e1601f2f65305375.tar.gz
gnunet-befd2f9fc787c2ac75790b06e1601f2f65305375.zip
designing SQ-lib API
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index cb4affe1e..b05128ccc 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -32,8 +32,8 @@
32 * 32 *
33 * @{ 33 * @{
34 */ 34 */
35#ifndef GNUNET_MQ_H 35#ifndef GNUNET_MQ_LIB_H
36#define GNUNET_MQ_H 36#define GNUNET_MQ_LIB_H
37 37
38 38
39/** 39/**