"referenced entity .* not found" message fixed to be fatal
[tac_plus.git] / db.h
1 #ifndef DB_H
2 #define DB_H 1
3
4 #include "tac_plus.h"
5
6 #ifdef DB
7
8
9 struct acct_rec;
10
11 extern int db_verify TAC_ARGS((const char *user, const char *users_passwd, const char *str_conn));
12 extern int db_acct TAC_ARGS((struct acct_rec *rec));
13
14
15 #endif /* DB */
16
17 #endif /* DB_H */