add trace option '-t' to sj3proxy.

it makes debugging easy.
This commit is contained in:
iratqq 2008-02-06 16:33:36 +00:00
commit 509c85f69f
6 changed files with 27 additions and 7 deletions

View file

@ -36,7 +36,7 @@
#include <ctype.h>
#include <string.h>
#include "vis.h"
#include "sj3vis.h"
#define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7')
#define isvisible(c) \