View | Details | Raw Unified | Return to bug 41551
Collapse All | Expand All

(-)include/apr_tables.h (+1 lines)
Lines 218-223 Link Here
218
 * @param p The pool to allocate the new table out of
218
 * @param p The pool to allocate the new table out of
219
 * @param t The table to copy
219
 * @param t The table to copy
220
 * @return A copy of the table passed in
220
 * @return A copy of the table passed in
221
 * @warning The table keys and respective values are not copied
221
 */
222
 */
222
APR_DECLARE(apr_table_t *) apr_table_copy(apr_pool_t *p,
223
APR_DECLARE(apr_table_t *) apr_table_copy(apr_pool_t *p,
223
                                          const apr_table_t *t);
224
                                          const apr_table_t *t);

Return to bug 41551