summaryrefslogtreecommitdiffstats
path: root/web/post.c
blob: 3e67937e9a1372c03b3568d8eb4392b2a3f3eca8 (plain) (blame)
1
2
3
4
5
6
#include "mod_ptt.h"

int bbs_post(request_rec *r, void *args)
{
   return OK;
}