Modified: trunk/base/src/cregistry/util.c (93814 => 93815)
--- trunk/base/src/cregistry/util.c 2012-05-31 20:42:51 UTC (rev 93814)
+++ trunk/base/src/cregistry/util.c 2012-06-01 01:22:05 UTC (rev 93815)
@@ -123,6 +123,7 @@
* @param [in] query_len length of the query (or -1 for automatic)
* @param [out] objects the objects selected
* @param [in] fn a function to convert sqlite3_stmts to the desired type
+ * @param [inout] data data passed along to the cast function
* @param [in] del a function to delete the desired type of object
* @param [out] errPtr on error, a description of the error that occurred
* @return the number of objects if success; negative if failure