Re: cvs commit: apache-1.3/src/support httpd.exp

1999-07-29 Thread Dirk-Willem van Gulik
Good stuff. And a usefull extra function in the API as well. Dw On 28 Jul 1999 [EMAIL PROTECTED] wrote: > coar99/07/28 10:37:22 > > Modified:.STATUS >src CHANGES >src/include alloc.h >src/main alloc.c >s

Re: cvs commit: apache-1.3/src/support httpd.exp

1999-07-29 Thread Dmitry Khrustalev
> +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, "