aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_typemap.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-23 13:51:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-23 13:51:43 +0000
commitb0f5a7b53015ad3de87da115c940ba92f6143116 (patch)
treea3d7b93f7391debd99efb76fd017008cde3c78a6 /src/core/gnunet-service-core_typemap.h
parent6ec2adf77b7c08ee8c427e38338dd39500cfa7f3 (diff)
downloadgnunet-b0f5a7b53015ad3de87da115c940ba92f6143116.tar.gz
gnunet-b0f5a7b53015ad3de87da115c940ba92f6143116.zip
possibly fixing 1840 and/or related issues
Diffstat (limited to 'src/core/gnunet-service-core_typemap.h')
-rw-r--r--src/core/gnunet-service-core_typemap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/gnunet-service-core_typemap.h b/src/core/gnunet-service-core_typemap.h
index 72eb5b566..d589c0b1c 100644
--- a/src/core/gnunet-service-core_typemap.h
+++ b/src/core/gnunet-service-core_typemap.h
@@ -98,6 +98,14 @@ GSC_TYPEMAP_extend (const struct GSC_TypeMap *tmap,
98 const uint16_t *types, 98 const uint16_t *types,
99 unsigned int tcnt); 99 unsigned int tcnt);
100 100
101/**
102 * Create an empty type map.
103 *
104 * @param map a type map
105 */
106struct GSC_TypeMap *
107GSC_TYPEMAP_create (void);
108
101 109
102/** 110/**
103 * Free the given type map. 111 * Free the given type map.