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 c8bed8a..e960681 100644
--- a/lib.c
+++ b/lib.c
@@ -2945,7 +2945,7 @@ const uc_cfunction_list uc_stdlib_functions[] = {
void
uc_load_stdlib(uc_value_t *scope)
{
- uc_add_proto_functions(scope, uc_stdlib_functions);
+ uc_add_functions(scope, uc_stdlib_functions);
}
uc_value_t *