mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-05 18:49:52 +00:00
13 lines
297 B
C
13 lines
297 B
C
|
#include <stdarg.h>
|
||
|
#include <stdbool.h>
|
||
|
#include <stdint.h>
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
typedef struct Option_i32 Option_i32;
|
||
|
|
||
|
typedef struct Result_i32__String Result_i32__String;
|
||
|
|
||
|
typedef struct Vec_String Vec_String;
|
||
|
|
||
|
void root(const Vec_String *a, const Option_i32 *b, const Result_i32__String *c);
|