mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-10-13 00:35:09 +02:00
8 lines
113 B
C
8 lines
113 B
C
#pragma once
|
|
|
|
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
void root(void);
|