aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_gnsrecord_plugin.h')
-rw-r--r--src/include/gnunet_gnsrecord_plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_gnsrecord_plugin.h b/src/include/gnunet_gnsrecord_plugin.h
index 1435bc4b3..aec22c3af 100644
--- a/src/include/gnunet_gnsrecord_plugin.h
+++ b/src/include/gnunet_gnsrecord_plugin.h
@@ -81,7 +81,7 @@ typedef int
81 81
82 82
83/** 83/**
84 * Function called to convert a type name (i.e. "AAAA") to the 84 * Function called to convert a type name (e.g. "AAAA") to the
85 * corresponding number. 85 * corresponding number.
86 * 86 *
87 * @param cls closure 87 * @param cls closure
@@ -94,8 +94,8 @@ typedef uint32_t
94 94
95 95
96/** 96/**
97 * Function called to convert a type number (i.e. 1) to the 97 * Function called to convert a type number to the
98 * corresponding type string (i.e. "A") 98 * corresponding type string (e.g. 1 to "A")
99 * 99 *
100 * @param cls closure 100 * @param cls closure
101 * @param type number of a type to convert 101 * @param type number of a type to convert