Parent Directory
|
Revision Log
|
Patch
| Revision 1.23 by sysadm, Tue Nov 4 13:49:51 2025 UTC | Revision 1.26 by sysadm, Sun Nov 16 11:06:06 2025 UTC | |
|---|---|---|
| # | Line 3 | Line 3 |
| 3 | * user_priv | * user_priv |
| 4 | * - basic operations of user privilege | * - basic operations of user privilege |
| 5 | * | * |
| 6 | * Copyright (C) 2004-2025 by Leaflet <leaflet@leafok.com> | * Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com> |
| 7 | */ | */ |
| 8 | ||
| 9 | #ifdef HAVE_CONFIG_H | |
| 10 | #include "config.h" | |
| 11 | #endif | |
| 12 | ||
| 13 | #include "bbs.h" | #include "bbs.h" |
| 14 | #include "common.h" | #include "common.h" |
| 15 | #include "database.h" | #include "database.h" |
| # | Line 13 | Line 17 |
| 17 | #include "user_priv.h" | #include "user_priv.h" |
| 18 | #include <stdio.h> | #include <stdio.h> |
| 19 | #include <stdlib.h> | #include <stdlib.h> |
| 20 | #include <mysql/mysql.h> | #include <mysql.h> |
| 21 | ||
| 22 | BBS_user_priv BBS_priv; | BBS_user_priv BBS_priv; |
| 23 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |