Streamlined debug output code

This commit is contained in:
Joseph Henry
2015-11-12 14:32:27 -08:00
parent e5fad005a9
commit d1a22a0878
10 changed files with 211 additions and 288 deletions

View File

@ -31,8 +31,6 @@
namespace ZeroTier
{
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);