Release bumped to "gts4".
[tac_plus.git] / db_mysql.h
1 #ifndef DB_MYSQL_H
2 #define DB_MYSQL_H 1
3
4 #include "tac_plus.h"
5
6 #if defined(DB_MYSQL) && defined(DB)
7
8
9 extern int mysql_db_verify TAC_ARGS((const char *user, const char *users_passwd, const char *db_user, const char *db_password, const char *db_hostname, const char *db_name, const char *db_table, const char *dbfield_name, const char *dbfield_passwd));
10 extern int mysql_db_acct TAC_ARGS((const char *db_user, const char *db_password, const char *db_hostname, const char *db_name, const char *db_table, const char *s_name, const char *c_name, const char *a_username, const char *elapsed_time, const char *bytes_in, const char *bytes_out));
11
12
13 #endif /* defined(DB_MYSQL) && defined(DB) */
14
15 #endif /* DB_MYSQL_H */