From e94c5914935ca0842ca762d343cb167c68b8a79a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 5 May 2019 14:02:24 +0200 Subject: use new PriorityPreferences consistently, note on deprecation --- src/include/gnunet_mq_lib.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/gnunet_mq_lib.h') 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); /** * Enum defining all known preference categories. + * + * @deprecated will be replaced by `enum GNUNET_MQ_PriorityPreference` */ enum GNUNET_MQ_PreferenceKind { @@ -1083,6 +1085,8 @@ enum GNUNET_MQ_PreferenceKind * * @param type the preference type * @return a string or NULL if invalid + * + * @deprecated will be replaced by `enum GNUNET_MQ_PriorityPreference` */ const char * GNUNET_MQ_preference_to_string (enum GNUNET_MQ_PreferenceKind type); -- cgit v1.2.3