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.
12 lines
225 B
12 lines
225 B
#pragma once
|
|
|
|
/* Generated with cbindgen:0.23.0 */
|
|
|
|
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
void free_rust_string(const char *string);
|
|
|
|
const char *to_json_rust(const char *content);
|
|
|