Subversion Repositories RepoView

Rev

Rev 29 | Details | Compare with Previous | Last modification | View Log | RSS feed

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