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

@ -1,2 +1,2 @@
EXTRA_DIST = sj3compat.h sys-queue.h
EXTRA_DIST = sj3compat.h sj3vis.h sys-queue.h

View file

@ -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 */