last change did not include the header update

This commit is contained in:
Sigrid Solveig Haflínudóttir 2023-05-18 22:21:14 +00:00
parent 69e37c0fda
commit 6557b0a727

View file

@ -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);