summaryrefslogtreecommitdiff
path: root/include/apr_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_lib.h')
-rw-r--r--include/apr_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_lib.h b/include/apr_lib.h
index c86217f91..9f4cb2b33 100644
--- a/include/apr_lib.h
+++ b/include/apr_lib.h
@@ -41,7 +41,7 @@ extern "C" {
/**
* @defgroup apr_lib General Purpose Library Routines
- * @ingroup APR
+ * @ingroup APR
* This is collection of oddballs that didn't fit anywhere else,
* and might move to more appropriate headers with the release
* of APR 1.0.
@@ -186,7 +186,7 @@ APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *b),
* reason; its value will never be modified by the apr_password_get()
* function.
*/
-APR_DECLARE(apr_status_t) apr_password_get(const char *prompt, char *pwbuf,
+APR_DECLARE(apr_status_t) apr_password_get(const char *prompt, char *pwbuf,
apr_size_t *bufsize);
/** @} */