mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user