2020-08-14 22:04:26 +00:00
|
|
|
/*
|
2020-12-31 22:36:28 +00:00
|
|
|
* Copyright (c) 2020-2021, yzrh <yzrh@noema.org>
|
2020-08-14 22:04:26 +00:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "cnki.h"
|
|
|
|
|
|
|
|
/* cnki.c */
|
|
|
|
int cnki_create(cnki_t **param);
|
|
|
|
void cnki_destroy(cnki_t **param);
|
|
|
|
int cnki_info(cnki_t **param);
|
|
|
|
|
|
|
|
/* cnki_caj.c */
|
|
|
|
int cnki_caj(cnki_t **param);
|
|
|
|
|
2020-12-29 02:10:17 +00:00
|
|
|
/* cnki_hn.c */
|
|
|
|
int cnki_hn(cnki_t **param);
|
2020-08-14 22:04:26 +00:00
|
|
|
|
|
|
|
/* cnki_kdh.c */
|
|
|
|
int cnki_kdh(cnki_t **param);
|