diff options
author | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2023-05-18 22:21:14 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2023-05-18 22:21:14 +0000 |
commit | 6557b0a727366753e02e313733f021c3b8966291 (patch) | |
tree | 85c6baa50c3b7b53bf4c5472861f78a2c04a3c1e | |
parent | 69e37c0fdaafb678d12df9ccfabbc47104e57d73 (diff) |
last change did not include the header update
-rw-r--r-- | sys/include/aml.h | 2 |
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); |