summaryrefslogtreecommitdiff
path: root/include/apr_lib.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-12-04 05:59:45 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-12-04 05:59:45 +0000
commitd55c006ec4f77de2e5e1aee1023082bbf73909f3 (patch)
treeb7854c6f49da91c22ba6ff0374bcdfa5295dadf6 /include/apr_lib.h
parent9e349a02aa6a9c3aeb74ba8f1f0117982036a9e5 (diff)
downloadlibapr-d55c006ec4f77de2e5e1aee1023082bbf73909f3.tar.gz
Cleanup apr_lib's docs.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60876 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_lib.h')
-rw-r--r--include/apr_lib.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/include/apr_lib.h b/include/apr_lib.h
index 90b684d06..9b216fdc8 100644
--- a/include/apr_lib.h
+++ b/include/apr_lib.h
@@ -79,13 +79,17 @@ extern "C" {
* Define the structures used by the APR general-purpose library.
*/
-/*
+typedef struct apr_vformatter_buff_t apr_vformatter_buff_t;
+
+/**
* Structure used by the variable-formatter routines.
*/
-typedef struct apr_vformatter_buff_t {
+struct apr_vformatter_buff_t {
+ /** The current position */
char *curpos;
+ /** The end position of the format string */
char *endpos;
-} apr_vformatter_buff_t;
+};
/**
* return the final element of the pathname
@@ -211,7 +215,6 @@ APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *b),
*/
APR_DECLARE(apr_status_t) apr_validate_password(const char *passwd, const char *hash);
-
/*
* These are snprintf implementations based on apr_vformatter().
*
@@ -230,8 +233,8 @@ APR_DECLARE(apr_status_t) apr_validate_password(const char *passwd, const char *
*/
/**
- *snprintf routine based on apr_vformatter. This means it understands the
- *same extensions.>
+ * snprintf routine based on apr_vformatter. This means it understands the
+ * same extensions.
* @param buf The buffer to write to
* @param len The size of the buffer
* @param format The format string