diff options
author | striker <striker@13f79535-47bb-0310-9956-ffa450edef68> | 2002-04-22 10:24:41 +0000 |
---|---|---|
committer | striker <striker@13f79535-47bb-0310-9956-ffa450edef68> | 2002-04-22 10:24:41 +0000 |
commit | 9de49d0b38b012d7755e3889714f89a2b5a5ff2b (patch) | |
tree | ad917e543f8cfafbaad04da85a722f5c1afdf62f /include/apr_user.h | |
parent | 860b9b550d150bfbc04fdf728258b922c5fd42de (diff) | |
download | libapr-9de49d0b38b012d7755e3889714f89a2b5a5ff2b.tar.gz |
Rename apr_get_groupname to apr_group_name_get.
Submitted by: Thom May <thom@planetarytramp.net>
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63292 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_user.h')
-rw-r--r-- | include/apr_user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_user.h b/include/apr_user.h index 23b03bb06..3cc99e0db 100644 --- a/include/apr_user.h +++ b/include/apr_user.h @@ -154,7 +154,7 @@ APR_DECLARE(apr_status_t) apr_compare_users(apr_uid_t left, apr_uid_t right); * @param p The pool from which to allocate the string * @remark This function is available only if APR_HAS_USER is defined. */ -APR_DECLARE(apr_status_t) apr_get_groupname(char **groupname, apr_gid_t groupid, apr_pool_t *p); +APR_DECLARE(apr_status_t) apr_group_name_get(char **groupname, apr_gid_t groupid, apr_pool_t *p); /** * Get the groupid for a specified group name |