aboutsummaryrefslogtreecommitdiff
path: root/api/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/str.h')
-rw-r--r--api/str.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/str.h b/api/str.h
index b035f2a..609328e 100644
--- a/api/str.h
+++ b/api/str.h
@@ -3,6 +3,8 @@
#include "vm.h"
+extern UwUVMType uwustr_type;
+
UwUVMValue uwustr_create(const char *value);
char *uwustr_get(UwUVMValue vm_value);