They should, ap_run_pre_connection is an Apache hook. Yes, it returns an int, so the only change here should be
>> - apr_status_t rc; >> + int rc;
We aren't calling apr_ function here, and hooks always allow OK, DONE, or (result).
ahh, that's the missing piece of commentary on Stas' commit to explain various confusion :)
