diff -r 000000000000 -r 3ebc0316f54f b64.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/b64.h Fri Dec 16 23:21:28 2011 +0000 @@ -0,0 +1,4 @@ +#include + +int frombase64(lua_State *, const unsigned char *, unsigned int); +int tobase64(lua_State *, int);