Author: davi Date: Fri Jun 29 08:19:42 2007 New Revision: 551924 URL: http://svn.apache.org/viewvc?view=rev&rev=551924 Log: Add apr_table_copy() warning. Modified: apr/apr/trunk/include/apr_tables.h Modified: apr/apr/trunk/include/apr_tables.h URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_tables.h?view=diff&rev=551924&r1=551923&r2=551924 ============================================================================== --- apr/apr/trunk/include/apr_tables.h (original) +++ apr/apr/trunk/include/apr_tables.h Fri Jun 29 08:19:42 2007 @@ -226,6 +226,7 @@ * @param p The pool to allocate the new table out of * @param t The table to copy * @return A copy of the table passed in + * @warning The table keys and respective values are not copied */ APR_DECLARE(apr_table_t *) apr_table_copy(apr_pool_t *p, const apr_table_t *t);