Rev 5 | Go to most recent revision | Details | Last modification | View Log | RSS feed
/* $Id: rv_db.h 1 2024-08-20 19:18:25Z nishi $ */
#ifndef __RV_DB_H__
#define __RV_DB_H__
#include <stdbool.h>
void rv_init_db(void);
void rv_close_db(void);
bool rv_has_user(const char* name);
#endif