Fixed another closure bug. Updated debug levels
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
|
||||
namespace ZeroTier
|
||||
{
|
||||
void dwr(char *str, ... );
|
||||
void dwr(int level, char *fmt, ... );
|
||||
void dwr(char *fmt, ... );
|
||||
void clearscreen();
|
||||
void gotoxy(int x,int y);
|
||||
void get_path_from_pid(char* dest, int pid);
|
||||
|
||||
Reference in New Issue
Block a user