mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-29 07:12:02 +02:00
Save work.
This commit is contained in:
11
pdfio-page.c
11
pdfio-page.c
@@ -15,9 +15,16 @@
|
||||
|
||||
|
||||
//
|
||||
// '()' - .
|
||||
// 'pdfioPageCopy()' - Copy a page to a PDF file.
|
||||
//
|
||||
|
||||
pdfio_obj_t *pdfioPageCopy(pdfio_t *pdf, pdfio_obj_t *src)
|
||||
pdfio_obj_t * // O - Destination page
|
||||
pdfioPageCopy(pdfio_file_t *pdf, // I - PDF file
|
||||
pdfio_obj_t *src) // I - Source page
|
||||
{
|
||||
// TODO: Implement me
|
||||
(void)pdf;
|
||||
(void)src;
|
||||
|
||||
return (NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user