Files
rippled/src/cpp/ripple/rfc1751.h
2012-11-07 12:49:50 -08:00

8 lines
174 B
C++

#ifndef _RFC_1751_
#define _RFC_1751_
int eng2key(std::string& strKey, const std::string& strHuman);
void key2eng(std::string& strHuman, const std::string& strKey);
#endif