Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $Id: rv_auth.h 3 2024-08-20 21:05:24Z nishi $ */
#ifndef __RV_AUTH_H__
#define __RV_AUTH_H__
#include <stdbool.h>
char* rv_logged_in(void);
void rv_free_auth(void);
#endif