brianp 02/05/11 21:56:04
Modified: include apr_strmatch.h
Log:
Reformat apr_strmatch_precompile declaration so make_exports.awk can
process it
Revision Changes Path
1.2 +1 -3 apr-util/include/apr_strmatch.h
Index: apr_strmatch.h
===================================================================
RCS file: /home/cvs/apr-util/include/apr_strmatch.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apr_strmatch.h 9 May 2002 16:33:07 -0000 1.1
+++ apr_strmatch.h 12 May 2002 04:56:04 -0000 1.2
@@ -110,9 +110,7 @@
* @param case_sensitive Whether the matching should be case-sensitive
* @return a pointer to the compiled pattern, or NULL if compilation fails
*/
-APU_DECLARE(const apr_strmatch_pattern *)
- apr_strmatch_precompile(apr_pool_t *p, const char *s,
- int case_sensitive);
+APU_DECLARE(const apr_strmatch_pattern *) apr_strmatch_precompile(apr_pool_t
*p, const char *s, int case_sensitive);
/** @} */
#ifdef __cplusplus