]> sjero.net Git - wget/blobdiff - src/log.h
[svn] Fix escape chars in server response vulnerability. Server response is
[wget] / src / log.h
index 173f81e3d2acb3086c897b94451c4522c13fd5a2..d2961994557648dcaefbbf41ae21e4e100181bfd 100644 (file)
--- a/src/log.h
+++ b/src/log.h
@@ -52,4 +52,7 @@ void log_init PARAMS ((const char *, int));
 void log_close PARAMS ((void));
 void log_request_redirect_output PARAMS ((const char *));
 
+const char *escnonprint PARAMS ((const char *));
+const char *escnonprint_uri PARAMS ((const char *));
+
 #endif /* LOG_H */