Mailing List Archive

cvs commit: apache-1.3/src/include ap.h
brian 98/05/11 13:42:35

Modified: src/include ap.h
Log:
Some API prefix stuff that was missed in the great renaming.

Revision Changes Path
1.16 +3 -3 apache-1.3/src/include/ap.h

Index: ap.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/include/ap.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ap.h 1998/05/11 17:50:09 1.15
+++ ap.h 1998/05/11 20:42:35 1.16
@@ -85,7 +85,7 @@
#endif
#endif /* WIN32 */

-/* apapi_vformatter() is a generic printf-style formatting routine
+/* ap_vformatter() is a generic printf-style formatting routine
* with some extensions. The extensions are:
*
* %pA takes a struct in_addr *, and prints it as a.b.c.d
@@ -98,8 +98,8 @@
* work as expected at all, but that seems to be a fair trade-off
* for the increased robustness of having printf-warnings work.
*
- * Additionally, apapi_vformatter allows for arbitrary output methods
- * using the apapi_vformatter_buff and flush_func.
+ * Additionally, ap_vformatter allows for arbitrary output methods
+ * using the ap_vformatter_buff and flush_func.
*
* The ap_vformatter_buff has two elements curpos and endpos.
* curpos is where ap_vformatter will write the next byte of output.