On 5 Jun 2001 [EMAIL PROTECTED] wrote:
> --- apr.h.in 2001/05/10 18:09:26 1.80
> +++ apr.h.in 2001/06/05 08:15:05 1.81
> @@ -174,6 +174,8 @@
> typedef @off_t_value@ apr_off_t;
> typedef @socklen_t_value@ apr_socklen_t;
>
> +typedef struct apr_lock_t apr_lock_t;
> +typedef struct apr_sms_t apr_sms_t;
>
...
>
> typedef enum {APR_READER, APR_WRITER} apr_readerwriter_e;
> -
> -typedef struct apr_lock_t apr_lock_t;
...
>
> -typedef struct apr_sms_t apr_sms_t;
> -
Just out of curiousity, why was this necessary?
--Cliff