clean up some really bad typedefs - and move one into mpm_winnt.c since

that's the only module remaining that needs it.  Should be an apr type,
  but we aren't using the apr accessors to handle them.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87115 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2000-11-29 01:50:02 +00:00
parent de3e5045b6
commit c0aa89548f
2 changed files with 9 additions and 15 deletions

View File

@ -129,8 +129,4 @@ AP_DECLARE(char *) ap_os_canonical_filename(apr_pool_t *p, const char *file);
AP_DECLARE(char *) ap_os_case_canonical_filename(apr_pool_t *pPool, const char *szFile);
AP_DECLARE(char *) ap_os_systemcase_filename(apr_pool_t *pPool, const char *szFile);
typedef void thread;
typedef void event;
#endif /* ! APACHE_OS_H */