DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=26050>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=26050 New Function: apr_reslist_invalidate ------- Additional Comments From [EMAIL PROTECTED] 2004-03-14 23:44 ------- The patch doesn't compile as-is due to mismatch in prototypes between header file (2nd parm is void *) and implementation (2nd parm is apr_res_t *). It doesn't seem to be a trivial issue, either. destroy_resource() really does need apr_res_t *, but apr_res_t is a wrapper for the void * that the application deals with. Is there a later patch than what is in this PR? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
