mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-10-12 00:05:06 +02:00
10 lines
120 B
C++
10 lines
120 B
C++
#ifndef INCLUDE_GUARD_H
|
|
#define INCLUDE_GUARD_H
|
|
|
|
extern "C" {
|
|
|
|
void root();
|
|
|
|
} // extern "C"
|
|
|
|
#endif // INCLUDE_GUARD_H
|