Subversion Repositories RepoView

Rev

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

Rev 29 Rev 34
Line 1... Line 1...
1
/* $Id: rv_avatar.h 29 2024-08-21 19:23:54Z nishi $ */
1
/* $Id: rv_avatar.h 34 2024-08-22 02:50:46Z nishi $ */
2
 
2
 
3
#ifndef __RV_AVATAR_H__
3
#ifndef __RV_AVATAR_H__
4
#define __RV_AVATAR_H__
4
#define __RV_AVATAR_H__
5
 
5
 
6
void rv_avatar_generate(const char* name);
6
void rv_avatar_generate(const char* name, const char* username);
7
 
7
 
8
#endif
8
#endif