>   +API_EXPORT(void) ap_table_merge_unique_token(table *t, const char *key,
>   +                                        const char *val);
>   +API_EXPORT(void) ap_table_mergen_unique_token(table *t, const char *key,
>   +                                         const char *val);

        Well, "n" functions were made because i could not change semantics
of existing old ones. There is no need to clutter api with dual variants
of new functions.

        -Dima

Reply via email to