mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
Minor fix to doco
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@142000 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user