melon/src/extern.h

22 lines
373 B
C
Raw Permalink Normal View History

2020-08-14 22:04:26 +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);