mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
add missing prototype
This commit is contained in:
parent
41fa820f0c
commit
c6341a86fb
1 changed files with 2 additions and 2 deletions
|
|
@ -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[]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue