diff --git a/proxytunnel.h b/proxytunnel.h index abfef25..593cd7e 100644 --- a/proxytunnel.h +++ b/proxytunnel.h @@ -26,8 +26,8 @@ void message( char *s, ... ); void my_perror( char *msg ); void signal_handler( int signal ); int tunnel_connect(); -void analyze_HTTP(); -void proxy_protocol(); +void analyze_HTTP(PTSTREAM *pts); +void proxy_protocol(PTSTREAM *pts); void closeall(); void do_daemon(); void initsetproctitle(int argc, char *argv[]);