summaryrefslogtreecommitdiffhomepage
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index 466d56a..1a70d37 100644
--- a/lib.c
+++ b/lib.c
@@ -2579,7 +2579,7 @@ static const uc_cfunction_list functions[] = {
void
-uc_lib_init(uc_value_t *scope)
+uc_load_stdlib(uc_value_t *scope)
{
uc_add_proto_functions(scope, functions);
}