summaryrefslogtreecommitdiffstats
path: root/common/bbs/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/bbs/file.c')
-rw-r--r--common/bbs/file.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/bbs/file.c b/common/bbs/file.c
new file mode 100644
index 00000000..a423f92b
--- /dev/null
+++ b/common/bbs/file.c
@@ -0,0 +1,8 @@
+#include "cmbbs.h"
+
+int
+belong(const char *filelist, const char *key)
+{
+ return file_exist_record(filelist, key);
+}
+