add trace option '-t' to sj3proxy.
it makes debugging easy.
This commit is contained in:
parent
c90c1d0078
commit
509c85f69f
6 changed files with 27 additions and 7 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue