]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_hash/rte_hash.h
enforce experimental tag at beginning of declarations
[dpdk.git] / lib / librte_hash / rte_hash.h
index 4432aef7673f4df725ff13ab79216a98435ea57d..0d73370dc4832270c35c82f821266d61b1ca65fc 100644 (file)
@@ -366,7 +366,8 @@ rte_hash_get_key_with_position(const struct rte_hash *h, const int32_t position,
  *   - 0 if freed successfully
  *   - -EINVAL if the parameters are invalid.
  */
-int __rte_experimental
+__rte_experimental
+int
 rte_hash_free_key_with_position(const struct rte_hash *h,
                                const int32_t position);