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

@ -23,6 +23,15 @@ pdfio_dict_t *pdfioDictCreate(pdfio_file_t *file)
}
//
// '()' - .
//
void _pdfioDictDelete(pdfio_dict_t *dict)
{
}
//
// '()' - .
//