Start filling out internal APIs.

This commit is contained in:
Michael R Sweet
2021-04-16 21:09:43 -04:00
parent c2610f2dd0
commit 899feb15c7
8 changed files with 151 additions and 7 deletions

View File

@@ -86,6 +86,15 @@ pdfio_array_t *pdfioArrayCreate(pdfio_file_t *file)
}
//
// '()' - .
//
void _pdfioArrayDelete(pdfio_array_t *a)
{
}
//
// '()' - .
//