Subversion Repositories RepoView

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
33 nishi 1
/* $Id: rv_md5.h 33 2024-08-22 02:15:44Z nishi $ */
2
 
3
#ifndef __RV_MD5_H__
4
#define __RV_MD5_H__
5
 
6
char* rv_md5(const char* string);
7
 
8
#endif