Initial check in of rfc1751 libraries.

This commit is contained in:
Arthur Britto
2012-04-07 16:13:43 -07:00
parent 07a6c58536
commit a7440cb55e
2 changed files with 481 additions and 0 deletions

7
src/rfc1751.h Normal file
View File

@@ -0,0 +1,7 @@
#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