mirror of https://github.com/dnomd343/ClearDNS
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
225 B
13 lines
225 B
2 years ago
|
#pragma once
|
||
|
|
||
|
/* Generated with cbindgen:0.23.0 */
|
||
|
|
||
2 years ago
|
#include <stdarg.h>
|
||
|
#include <stdbool.h>
|
||
|
#include <stdint.h>
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
void free_rust_string(const char *string);
|
||
2 years ago
|
|
||
|
const char *to_json_rust(const char *content);
|