diff options
author | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2003-02-07 17:58:45 +0000 |
---|---|---|
committer | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2003-02-07 17:58:45 +0000 |
commit | 900ab0c704075ee96d634714d523e712ca27d84f (patch) | |
tree | 7d71d6232d29ee915929b8fb957f111ee7129ba5 /include/apr.hnw | |
parent | 6a42e6d6696214634e79a94e6dde5988d57ab9d6 (diff) | |
download | libapr-900ab0c704075ee96d634714d523e712ca27d84f.tar.gz |
Moved the APP_DATA structure and other private elements to apr_private.h
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64337 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hnw')
-rw-r--r-- | include/apr.hnw | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/apr.hnw b/include/apr.hnw index 3ac30a913..03beb91b8 100644 --- a/include/apr.hnw +++ b/include/apr.hnw @@ -338,20 +338,6 @@ typedef int apr_wait_t; #define APR_HAVE_INT64_STRFN 1 #define APR_INT64_STRFN strtoll -/* Application global data management */ -extern int gLibId; -extern void *gLibHandle; - -#define MAX_PROCESSORS 128 - -typedef struct app_data { - int initialized; - void* gs_aHooksToSort; - void* gs_phOptionalHooks; - void* gs_phOptionalFunctions; -} APP_DATA; - - #endif /* APR_H */ /** @} */ #endif /* NETWARE */ |