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