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

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