aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnki_xml.c
blob: f8e693c39665a5e5418fc5821ab1268992676ec8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2020, 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;
}