]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - network.h
In GUI PuTTY, log standard error from local proxy commands.
[PuTTY.git] / network.h
index 2ffa8f38bb228cddba6b0fff4c9e65d98402d0a8..bebbd22407824cbc1c3fdbf9f07c911b0cb63ae9 100644 (file)
--- a/network.h
+++ b/network.h
@@ -228,5 +228,7 @@ Socket new_error_socket(const char *errmsg, Plug plug);
  */
 void backend_socket_log(void *frontend, int type, SockAddr addr, int port,
                         const char *error_msg, int error_code);
+typedef struct bufchain_tag bufchain;  /* rest of declaration in misc.c */
+void log_proxy_stderr(Plug plug, bufchain *buf, const void *vdata, int len);
 
 #endif