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
20class RUDIMENTS_DLLSPEC apachehttpserverapi : public httpserverapi {
21 public:
22
24 apachehttpserverapi(void *apistruct);
25
28
32 const char *getType();
33
34 #include <rudiments/private/apachehttpserverapi.h>
35};
36
37#endif
Definition apachehttpserverapi.h:20
const char * getType()
apachehttpserverapi(void *apistruct)
Definition httpserverapi.h:22