From c743f9608572f66b9e580413d49619bc24f23fcc Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 25 Aug 2014 09:52:39 +0200 Subject: m doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libmdsserver/macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libmdsserver') diff --git a/src/libmdsserver/macros.h b/src/libmdsserver/macros.h index 1a2ebc0..20d277b 100644 --- a/src/libmdsserver/macros.h +++ b/src/libmdsserver/macros.h @@ -164,7 +164,7 @@ * * @param buffer:char* The buffer * @param type A data type - * @param count The number elements of the data type `type` to increase the pointer with + * @param count:size_t The number elements of the data type `type` to increase the pointer with * @retrun buffer: The buffer */ #define buf_next(buffer, type, count) \ @@ -176,7 +176,7 @@ * * @param buffer:char* The buffer * @param type A data type - * @param count The number elements of the data type `type` to decrease the pointer with + * @param count:size_t The number elements of the data type `type` to decrease the pointer with * @retrun buffer: The buffer */ #define buf_prev(buffer, type, count) \ -- cgit v1.2.3-70-g09d2