rbb 01/02/10 18:49:17
Modified: docs non_apr_programs Log: Fix a simple typo. Revision Changes Path 1.2 +1 -1 apr/docs/non_apr_programs Index: non_apr_programs =================================================================== RCS file: /home/cvs/apr/docs/non_apr_programs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -b -w -u -r1.1 -r1.2 --- non_apr_programs 2000/05/19 21:44:11 1.1 +++ non_apr_programs 2001/02/11 02:49:17 1.2 @@ -6,7 +6,7 @@ released. So, we have provided a way for non-APR'ized programs to interact very cleanly with APR. -There are a set of programs, all documented in apr_portable.h, which allow +There are a set of functions, all documented in apr_portable.h, which allow a programmer to either get a native type from an APR type, or to setup an APR type from a native type.
