Subversion Repositories RepoView

Rev

Rev 5 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 nishi 1
/* $Id: rv_auth.h 3 2024-08-20 21:05:24Z nishi $ */
2
 
3
#ifndef __RV_AUTH_H__
4
#define __RV_AUTH_H__
5
 
6
#include <stdbool.h>
7
 
8
char* rv_logged_in(void);
9
void rv_free_auth(void);
10
 
11
#endif