blob: 9ec2e1cfc868e709a516dd6f40f05cc0a6629500 (
plain) (
blame)
1
2
3
4
5
6
7
|
/*
* Copyright (c) 2020-2021, yzrh <yzrh@noema.org>
*
* SPDX-License-Identifier: Apache-2.0
*/
int pdf_cnki_outline(pdf_object_t **pdf, object_outline_t **outline, int **ids);
|