You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by ra...@madhaus.utcs.utoronto.ca on 1996/06/07 15:40:35 UTC

table_add prototype missing

Could somebody please add the protoype for table_add() to alloc.h?

Here it is: 

    void table_add (table *, char *name, char *val);

By the way, any special reason for table_set using 'const' arguments
while table_merge/add/unset don't?

-Rasmus