bnicholes 2003/02/07 09:58:46
Modified: include apr.hnw
Log:
Moved the APP_DATA structure and other private elements to apr_private.h
Revision Changes Path
1.29 +0 -14 apr/include/apr.hnw
Index: apr.hnw
===================================================================
RCS file: /home/cvs/apr/include/apr.hnw,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- apr.hnw 27 Jan 2003 17:09:09 -0000 1.28
+++ apr.hnw 7 Feb 2003 17:58:45 -0000 1.29
@@ -338,20 +338,6 @@
#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 */