diff options
Diffstat (limited to 'web/mod_ptt.h')
-rw-r--r-- | web/mod_ptt.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/mod_ptt.h b/web/mod_ptt.h new file mode 100644 index 00000000..125046d6 --- /dev/null +++ b/web/mod_ptt.h @@ -0,0 +1,13 @@ +#include "httpd.h" +#include "http_config.h" +#include "http_core.h" +#include "http_log.h" +#include "http_main.h" +#include "http_protocol.h" +#include "util_script.h" +#include "bbs.h" + +#include <stdio.h> + + +#define PATHLEN 512 |