Fixed another closure bug. Updated debug levels

This commit is contained in:
Joseph Henry 2015-11-02 12:30:18 -08:00
commit 6338a4933b
5 changed files with 71 additions and 40 deletions

View file

@ -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);