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 @@ pdfio_obj_t * // O - Destination page
pdfioPageCopy(pdfio_file_t *pdf, // I - PDF file
pdfio_obj_t *src) // I - Source page
{
// TODO: Implement me
// TODO: Implement pdfioPageCopy
(void)pdf;
(void)src;