Parent Directory
|
Revision Log
|
Patch
| Revision 1.35 by sysadm, Thu May 29 13:17:33 2025 UTC | Revision 1.36 by sysadm, Tue Jun 3 05:33:06 2025 UTC | |
|---|---|---|
| # | Line 27 | Line 27 |
| 27 | #include <errno.h> | #include <errno.h> |
| 28 | #include <ctype.h> | #include <ctype.h> |
| 29 | #include <string.h> | #include <string.h> |
| #include <mysql.h> | ||
| 30 | #include <regex.h> | #include <regex.h> |
| 31 | #include <stdlib.h> | #include <stdlib.h> |
| 32 | #include <unistd.h> | #include <unistd.h> |
| 33 | #include <mysql/mysql.h> | |
| 34 | ||
| 35 | int bbs_login(MYSQL *db) | int bbs_login(MYSQL *db) |
| 36 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |