support json
This commit is contained in:
parent
f5c13c13c6
commit
d7c3415ae0
|
@ -12,8 +12,8 @@
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#include "indeInt.h"
|
|
||||||
#include "index.h"
|
#include "index.h"
|
||||||
|
#include "indexInt.h"
|
||||||
|
|
||||||
int tIndexJsonOpen(SIndexJsonOpts *opts, const char *path, SIndexJson **index) {
|
int tIndexJsonOpen(SIndexJsonOpts *opts, const char *path, SIndexJson **index) {
|
||||||
// handle
|
// handle
|
||||||
|
|
Loading…
Reference in New Issue