On Wed, 23 Oct 2002 [EMAIL PROTECTED] wrote: > The same thing exists for sockets. Just look in apr_portable.h. The > general rule, is that all APR types have a way to convert from the native > version to the APR version.
Well, that's what I thought, but then I had gone to apr_portable.h and didn't see it. OHHHH, I know why. I searched for apr_os_socket_put() but it's called apr_os_sock_put(). Bah humbug. :) Thanks Ryan.. --Cliff