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

Diff of /lbbs/src/register.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Sat Oct 23 18:41:41 2004 UTC Revision 1.3 by sysadm, Mon Apr 28 03:31:00 2025 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2                           register.c  -  description                                                   register.c  -  description
3                               -------------------                                                           -------------------
4      begin                : Mon Oct 20 2004          begin                : Mon Oct 20 2004
5      copyright            : (C) 2004 by Leaflet          copyright            : (C) 2004 by Leaflet
6      email                : leaflet@leafok.com          email                : leaflet@leafok.com
7   ***************************************************************************/   ***************************************************************************/
8    
9  /***************************************************************************  /***************************************************************************
# Line 21  Line 21 
21  #include <mysql.h>  #include <mysql.h>
22  #include <regex.h>  #include <regex.h>
23    
24  int  int user_register()
 user_register()  
25  {  {
26    char temp[256];          char temp[256];
27      
28    strcpy (temp, app_home_dir);          strcpy(temp, app_home_dir);
29    strcat (temp, "data/register.txt");          strcat(temp, "data/register.txt");
30    display_file_ex (temp, 1, 1);          display_file_ex(temp, 1, 1);
31      
32    return -1;          return -1;
33  }  }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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