Subversion Repositories RepoView

Rev

Rev 7 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | 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