diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-10-06 00:08:53 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-10-06 00:08:53 +0800 |
commit | 01d6e6494cec862c90d42e7c74c8e00dc31939ab (patch) | |
tree | 71e90150be1c0f0ae66ba71a0e91ff194d9b7260 /web/mod_ptt.h | |
parent | 5dee79db0de04ee9601edbed8369145c049662fa (diff) | |
download | pttbbs-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.h | 17 |
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 |