summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
authorSigrid Solveig Haflínudóttir <sigrid@ftrv.se>2023-05-18 22:21:14 +0000
committerSigrid Solveig Haflínudóttir <sigrid@ftrv.se>2023-05-18 22:21:14 +0000
commit6557b0a727366753e02e313733f021c3b8966291 (patch)
tree85c6baa50c3b7b53bf4c5472861f78a2c04a3c1e /sys/include
parent69e37c0fdaafb678d12df9ccfabbc47104e57d73 (diff)
last change did not include the header update
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/aml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/aml.h b/sys/include/aml.h
index 27c31d003..3755a6ed7 100644
--- a/sys/include/aml.h
+++ b/sys/include/aml.h
@@ -18,6 +18,8 @@ void* amlval(void *);
uvlong amlint(void *);
int amllen(void *);
+char* amleisaid(void *v);
+
void* amlnew(char tag, int len);
void amlinit(void);