summaryrefslogtreecommitdiffstats
path: root/web/mod_ptt.h
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-10-06 00:08:53 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-10-06 00:08:53 +0800
commit01d6e6494cec862c90d42e7c74c8e00dc31939ab (patch)
tree71e90150be1c0f0ae66ba71a0e91ff194d9b7260 /web/mod_ptt.h
parent5dee79db0de04ee9601edbed8369145c049662fa (diff)
downloadpttbbs-01d6e6494cec862c90d42e7c74c8e00dc31939ab.tar
pttbbs-01d6e6494cec862c90d42e7c74c8e00dc31939ab.tar.gz
pttbbs-01d6e6494cec862c90d42e7c74c8e00dc31939ab.tar.bz2
pttbbs-01d6e6494cec862c90d42e7c74c8e00dc31939ab.tar.lz
pttbbs-01d6e6494cec862c90d42e7c74c8e00dc31939ab.tar.xz
pttbbs-01d6e6494cec862c90d42e7c74c8e00dc31939ab.tar.zst
pttbbs-01d6e6494cec862c90d42e7c74c8e00dc31939ab.zip
first commit
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@536 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'web/mod_ptt.h')
-rw-r--r--web/mod_ptt.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/web/mod_ptt.h b/web/mod_ptt.h
new file mode 100644
index 00000000..2d7946b9
--- /dev/null
+++ b/web/mod_ptt.h
@@ -0,0 +1,17 @@
+#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 "config.h"
+#include "pttstruct.h"
+#include "modes.h"
+#include "common.h"
+#include "proto.h"
+
+#include <stdio.h>
+
+
+#define PATHLEN 512