diff options
author | Jeff Trawick <trawick@apache.org> | 2003-09-03 18:26:58 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2003-09-03 18:26:58 +0000 |
commit | 9b8c9a47ff9801ca8b57d80dbf498ec29a6dcac5 (patch) | |
tree | 0ae35cfdcc0d1659349cd1af0623433a6eaf4d1b /include/apr_general.h | |
parent | 8ef7d115c1268b62acad065e9b98dedf518a5a06 (diff) | |
download | apr-9b8c9a47ff9801ca8b57d80dbf498ec29a6dcac5.tar.gz |
remove these interfaces:
apr_compare_groups
apr_compare_users
apr_current_userid
apr_explode_localtime
apr_explode_time
apr_filename_of_pathname
apr_get_groupid
apr_get_groupname
apr_get_home_directory
apr_get_userid
apr_get_username
apr_group_name_get
apr_implode_gmt
apr_lstat
FNM_NOMATCH
FNM_NOESCAPE
FNM_PATHNAME
FNM_PERIOD
FNM_CASE_BLIND
change the function args to this interface:
apr_mmap_dup
this function's args changed in a previous commit, so
mention that in CHANGES
apr_socket_create
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64607 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_general.h')
-rw-r--r-- | include/apr_general.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/apr_general.h b/include/apr_general.h index 088175725..72ed83cf2 100644 --- a/include/apr_general.h +++ b/include/apr_general.h @@ -147,12 +147,6 @@ typedef int apr_signum_t; #define APR_OFFSETOF(s_type,field) APR_OFFSET(s_type*,field) #endif -/** @deprecated @see APR_OFFSET */ -#define APR_XtOffset APR_OFFSET - -/** @deprecated @see APR_OFFSETOF */ -#define APR_XtOffsetOf APR_OFFSETOF - #ifndef DOXYGEN /* A couple of prototypes for functions in case some platform doesn't |