/[LeafOK_CVS]/lbbs/src/register.c
ViewVC logotype

Contents of /lbbs/src/register.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations)
Thu May 15 14:34:36 2025 UTC (10 months ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +0 -0 lines
Content type: text/x-csrc
FILE REMOVED
Remove legacy file

1 /***************************************************************************
2 register.c - description
3 -------------------
4 Copyright : (C) 2004-2025 by Leaflet
5 Email : leaflet@leafok.com
6 ***************************************************************************/
7
8 /***************************************************************************
9 * *
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License as published by *
12 * the Free Software Foundation; either version 3 of the License, or *
13 * (at your option) any later version. *
14 * *
15 ***************************************************************************/
16
17 #include "register.h"
18 #include "bbs.h"
19 #include "common.h"
20 #include "io.h"
21 #include "screen.h"
22 #include <string.h>
23 #include <mysql.h>
24 #include <regex.h>
25
26 int user_register()
27 {
28 display_file_ex(DATA_REGISTER, 1, 1);
29
30 return -1;
31 }

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1