aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnki_xml.c
diff options
context:
space:
mode:
authoryzrh <yzrh@noema.org>2022-12-22 19:47:40 +0000
committeryzrh <yzrh@noema.org>2022-12-24 23:29:56 +0000
commit9c1f1d0b75de0d2ed299842d3025941f3e681c16 (patch)
tree302f6d4a2235acfe8872a3c0c1c216fecc323b95 /src/cnki_xml.c
parentac3b1dda63944f2cc8caaa52344774255e1956c8 (diff)
downloadmelon-9c1f1d0b75de0d2ed299842d3025941f3e681c16.tar.gz
melon-9c1f1d0b75de0d2ed299842d3025941f3e681c16.tar.zst
Fix HN conversion and add JBIG2 support.
Signed-off-by: yzrh <yzrh@noema.org>
Diffstat (limited to 'src/cnki_xml.c')
-rw-r--r--src/cnki_xml.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/cnki_xml.c b/src/cnki_xml.c
deleted file mode 100644
index 7f870d1..0000000
--- a/src/cnki_xml.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2020-2021, yzrh <yzrh@noema.org>
- *
- * SPDX-License-Identifier: Apache-2.0
- */
-
-#include <stdio.h>
-
-int
-cnki_xml(char **xml, FILE **fp)
-{
- /* TODO: Extract XML and embed into `/Metadata' */
- return 1;
-}