#ifndef DB_H #define DB_H 1 #include "tac_plus.h" #ifdef DB struct acct_rec; extern int db_verify TAC_ARGS((const char *user, const char *users_passwd, const char *str_conn)); extern int db_acct TAC_ARGS((struct acct_rec *rec)); #endif /* DB */ #endif /* DB_H */