Subversion Repositories RepoView

Rev

Rev 9 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 13
Line 1... Line 1...
1
/* $Id: dbm.c 9 2024-08-21 02:02:13Z nishi $ */
1
/* $Id: dbm.c 13 2024-08-21 12:31:40Z nishi $ */
2
 
2
 
3
#include "rv_db.h"
3
#include "rv_db.h"
4
 
4
 
5
#include "rv_sha512.h"
5
#include "rv_sha512.h"
6
 
6
 
Line 21... Line 21...
21
char* rv_who_has_token(const char* token) {}
21
char* rv_who_has_token(const char* token) {}
22
 
22
 
23
bool rv_has_token(const char* token) {}
23
bool rv_has_token(const char* token) {}
24
 
24
 
25
void rv_remove_token(const char* token) {}
25
void rv_remove_token(const char* token) {}
-
 
26
 
-
 
27
void rv_create_user(const char* username, const char* password) {}