From fa2a24abb26292bfb2448c4631cd176fdac0a727 Mon Sep 17 00:00:00 2001 From: Dan Cristoloveanu Date: Fri, 14 Aug 2020 23:45:17 -0700 Subject: [PATCH] Minor spec fix --- common/devdoc/refcount_requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/devdoc/refcount_requirements.md b/common/devdoc/refcount_requirements.md index f417a39..d7318dc 100644 --- a/common/devdoc/refcount_requirements.md +++ b/common/devdoc/refcount_requirements.md @@ -27,7 +27,7 @@ It wraps the structure that needs to be ref counted into another structure that ### DEFINE_REFCOUNT_TYPE ```c -#define DEFINE_REFCOUNT_TYPE(type, malloc_func, free_func) \ +#define DEFINE_REFCOUNT_TYPE(type) \ ``` **SRS_REFCOUNT_01_001: [** `DEFINE_REFCOUNT_TYPE` shall define the create/create_with_Extra_size/destroy functions for the type `type`. **]**