Parent Directory
|
Revision Log
|
Patch
| Revision 1.6 by sysadm, Tue May 6 05:31:26 2025 UTC | Revision 1.7 by sysadm, Tue Jun 3 05:33:06 2025 UTC | |
|---|---|---|
| # | Line 17 | Line 17 |
| 17 | #ifndef _DATABASE_H_ | #ifndef _DATABASE_H_ |
| 18 | #define _DATABASE_H_ | #define _DATABASE_H_ |
| 19 | ||
| 20 | #include <mysql.h> | #include <mysql/mysql.h> |
| 21 | ||
| 22 | #define SQL_BUFFER_LEN 2048 | #define SQL_BUFFER_LEN 2048 |
| 23 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |