My bad, thanks.  Hard to see around those corners that aren't
compiled on this platform over here.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 18, 2001 5:15 PM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: apr/include apr_xlate.h
> 
> 
> gstein      01/01/18 15:15:20
> 
>   Modified:    include  apr_xlate.h
>   Log:
>   fix typo in recent APR_DECLARE work
>   
>   Revision  Changes    Path
>   1.12      +1 -2      apr/include/apr_xlate.h
>   
>   Index: apr_xlate.h
>   ===================================================================
>   RCS file: /home/cvs/apr/include/apr_xlate.h,v
>   retrieving revision 1.11
>   retrieving revision 1.12
>   diff -u -u -r1.11 -r1.12
>   --- apr_xlate.h     2001/01/18 20:07:22     1.11
>   +++ apr_xlate.h     2001/01/18 23:15:20     1.12
>   @@ -114,8 +114,7 @@
>     * @param onoff Output: whether or not the conversion is 
> single-byte-only
>     * @deffunc apr_status_t apr_xlate_get_sb(apr_xlate_t 
> *convset, int *onoff)
>     */
>   -
>   -APR_DECLARE(apr_status_t) apr_xlate_get_sb(apr_xlate_t 
> *convset, int *onoff)
>   +APR_DECLARE(apr_status_t) apr_xlate_get_sb(apr_xlate_t 
> *convset, int *onoff);
>    
>    /**
>     * Convert a buffer of text from one codepage to another.
>   
>   
>   
> 

Reply via email to