aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index 4fe5c8df9..81100d7d8 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -1043,6 +1043,8 @@ GNUNET_MQ_impl_current (struct GNUNET_MQ_Handle *mq);
1043 1043
1044/** 1044/**
1045 * Enum defining all known preference categories. 1045 * Enum defining all known preference categories.
1046 *
1047 * @deprecated will be replaced by `enum GNUNET_MQ_PriorityPreference`
1046 */ 1048 */
1047enum GNUNET_MQ_PreferenceKind 1049enum GNUNET_MQ_PreferenceKind
1048{ 1050{
@@ -1083,6 +1085,8 @@ enum GNUNET_MQ_PreferenceKind
1083 * 1085 *
1084 * @param type the preference type 1086 * @param type the preference type
1085 * @return a string or NULL if invalid 1087 * @return a string or NULL if invalid
1088 *
1089 * @deprecated will be replaced by `enum GNUNET_MQ_PriorityPreference`
1086 */ 1090 */
1087const char * 1091const char *
1088GNUNET_MQ_preference_to_string (enum GNUNET_MQ_PreferenceKind type); 1092GNUNET_MQ_preference_to_string (enum GNUNET_MQ_PreferenceKind type);