From 7eb76962396eb53a96ef43aa28984d315d6c251e Mon Sep 17 00:00:00 2001 From: Bradley Latus <brad.latus@gmail.com> Date: Tue, 9 Sep 2008 12:34:32 +0000 Subject: [PATCH] Minor fix to doco git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@142000 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/astobj2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asterisk/astobj2.h b/include/asterisk/astobj2.h index fd22b3be49..f6b9a387fe 100644 --- a/include/asterisk/astobj2.h +++ b/include/asterisk/astobj2.h @@ -496,7 +496,7 @@ data structures depending on the needs. Operations on container include: - - c = \b ao2_container_alloc(size, cmp_fn, hash_fn) + - c = \b ao2_container_alloc(size, hash_fn, cmp_fn) allocate a container with desired size and default compare and hash function -The compare function returns an int, which -- GitLab