[asterisk-commits] snuffy: trunk r142000 - /trunk/include/asterisk/astobj2.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 9 07:34:33 CDT 2008
Author: snuffy
Date: Tue Sep 9 07:34:32 2008
New Revision: 142000
URL: http://svn.digium.com/view/asterisk?view=rev&rev=142000
Log:
Minor fix to doco
Modified:
trunk/include/asterisk/astobj2.h
Modified: trunk/include/asterisk/astobj2.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/astobj2.h?view=diff&rev=142000&r1=141999&r2=142000
==============================================================================
--- trunk/include/asterisk/astobj2.h (original)
+++ trunk/include/asterisk/astobj2.h Tue Sep 9 07:34:32 2008
@@ -496,7 +496,7 @@
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
More information about the asterisk-commits
mailing list