Rudiments
apachehttpserverapi.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more information
3 
4 #ifndef RUDIMENTS_APACHEHTTPSERVERAPI_H
5 #define RUDIMENTS_APACHEHTTPSERVERAPI_H
6 
7 #include <rudiments/private/apachehttpserverapiincludes.h>
8 
9 class RUDIMENTS_DLLSPEC apachehttpserverapi : public httpserverapi {
10  public:
11  apachehttpserverapi(void *apistruct);
13 
14  #include <rudiments/private/apachehttpserverapi.h>
15 };
16 
17 #endif
Definition: apachehttpserverapi.h:9
Definition: httpserverapi.h:9