summaryrefslogtreecommitdiffstats
path: root/common/bbs/names.c
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-17 12:23:59 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-17 12:23:59 +0800
commit2d6dc07feca4e5e3dc8333f514197573dfaefda0 (patch)
treee413be0ee267f02018dc5682218bac8b33ac1a60 /common/bbs/names.c
parentfc9427e3fae4455ac9818ff9127c01f325b86497 (diff)
downloadpttbbs-2d6dc07feca4e5e3dc8333f514197573dfaefda0.tar
pttbbs-2d6dc07feca4e5e3dc8333f514197573dfaefda0.tar.gz
pttbbs-2d6dc07feca4e5e3dc8333f514197573dfaefda0.tar.bz2
pttbbs-2d6dc07feca4e5e3dc8333f514197573dfaefda0.tar.lz
pttbbs-2d6dc07feca4e5e3dc8333f514197573dfaefda0.tar.xz
pttbbs-2d6dc07feca4e5e3dc8333f514197573dfaefda0.tar.zst
pttbbs-2d6dc07feca4e5e3dc8333f514197573dfaefda0.zip
Clean up header dependencies
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4377 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'common/bbs/names.c')
-rw-r--r--common/bbs/names.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/common/bbs/names.c b/common/bbs/names.c
index d96b3b3e..68dcf101 100644
--- a/common/bbs/names.c
+++ b/common/bbs/names.c
@@ -1,12 +1,11 @@
/* $Id$ */
-// #include "bbs.h"
#include "cmbbs.h"
#include <assert.h>
-// #include <stdio.h>
-// #include <stdlib.h>
#include <string.h>
#include <ctype.h>
+#include "pttstruct.h"
+
int
is_validuserid(const char *id)