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
|
|
@ -1,2 +1,2 @@
|
|||
EXTRA_DIST = sj3compat.h sys-queue.h
|
||||
EXTRA_DIST = sj3compat.h sj3vis.h sys-queue.h
|
||||
|
||||
|
|
|
|||
|
|
@ -126,9 +126,9 @@ size_t sj3_strlcpy(char *, const char *, size_t);
|
|||
#endif
|
||||
|
||||
/* vis.c */
|
||||
#ifndef HAVE_STRNVIS
|
||||
#define strnvis sj3strnvis
|
||||
int strnvis(char *, const char *, size_t, int);
|
||||
#ifndef HAVE_STRVISX
|
||||
#define strvisx sj3strvisx
|
||||
int strvisx(char *, const char *, size_t, int);
|
||||
#endif
|
||||
|
||||
#endif /* SJ3COMPAT_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue