From 12ecdd71592eccf7bdb6214edbc7318246469c1c Mon Sep 17 00:00:00 2001 From: yzrh Date: Fri, 14 Aug 2020 22:04:26 +0000 Subject: Initial commit. --- src/pdf_cnki.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/pdf_cnki.h (limited to 'src/pdf_cnki.h') diff --git a/src/pdf_cnki.h b/src/pdf_cnki.h new file mode 100644 index 0000000..f0210d0 --- /dev/null +++ b/src/pdf_cnki.h @@ -0,0 +1,7 @@ +/* + * Copyright (c) 2020, yzrh + * + * SPDX-License-Identifier: Apache-2.0 + */ + +int pdf_cnki_outline(pdf_object_t **pdf, object_outline_t **outline, int **ids); -- cgit v1.2.3