b64.h

Mon, 19 Dec 2011 16:27:48 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 19 Dec 2011 16:27:48 +0000
changeset 1
a503f776b25d
parent 0
3ebc0316f54f
permissions
-rw-r--r--

Added tag 0.1.0 for changeset 3ebc0316f54f

0
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 #include <lua.h>
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 int frombase64(lua_State *, const unsigned char *, unsigned int);
3ebc0316f54f Initial commit with my changes.
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 int tobase64(lua_State *, int);

mercurial