Update TODOs.

This commit is contained in:
Michael R Sweet
2021-05-10 21:33:26 -04:00
parent b030c24ba1
commit 7cb4d0a557
5 changed files with 8 additions and 9 deletions

View File

@ -22,7 +22,7 @@
bool // O - `true` on success, `false` on failure
pdfioObjClose(pdfio_obj_t *obj) // I - Object
{
// TODO: Implement me
// TODO: Implement pdfioObjClose
(void)obj;
return (false);
@ -38,7 +38,7 @@ pdfioObjCreateStream(
pdfio_obj_t *obj, // I - Object
pdfio_filter_t filter) // I - Type of compression to apply
{
// TODO: Implement me
// TODO: Implement pdfioObjCreateStream
(void)obj;
(void)filter;