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.