ref: 6557b0a727366753e02e313733f021c3b8966291
parent: 69e37c0fdaafb678d12df9ccfabbc47104e57d73
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu May 18 18:21:14 EDT 2023
last change did not include the header update
--- a/sys/include/aml.h
+++ b/sys/include/aml.h
@@ -18,6 +18,8 @@
uvlong amlint(void *);
int amllen(void *);
+char* amleisaid(void *v);
+
void* amlnew(char tag, int len);
void amlinit(void);