change public APIs to use ucengine

See #52.
This commit is contained in:
Jonathon Reinhart
2015-09-02 21:44:43 -04:00
parent 0feab69a61
commit 5b62d436a9
18 changed files with 95 additions and 94 deletions

View File

@@ -8,7 +8,7 @@
int main()
{
struct uc_struct *uc;
ucengine *uc;
uint8_t *buf, *buf2;
int i;
uc_err err;