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