summaryrefslogtreecommitdiffstats
path: root/web/post.c
diff options
context:
space:
mode:
Diffstat (limited to 'web/post.c')
-rw-r--r--web/post.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/post.c b/web/post.c
new file mode 100644
index 00000000..3e67937e
--- /dev/null
+++ b/web/post.c
@@ -0,0 +1,6 @@
+#include "mod_ptt.h"
+
+int bbs_post(request_rec *r, void *args)
+{
+ return OK;
+}