summaryrefslogtreecommitdiffstats
path: root/common/bbs/file.c
blob: a423f92bf5c4d695de6c007dfb6ece5112aed9e7 (plain) (blame)
1
2
3
4
5
6
7
8
#include "cmbbs.h"

int
belong(const char *filelist, const char *key)
{
    return file_exist_record(filelist, key);
}