Files
xahaud/src/rfc1751.h
2012-04-07 16:13:43 -07:00

8 lines
172 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