comparison stream/stream_ftp.c @ 19335:2a9d669e5ff6

isolated tcp socket code from network.c to a dedicated file
author ben
date Sat, 05 Aug 2006 10:30:06 +0000
parents 64d82a45a05d
children 49a433e2e78f
comparison
equal deleted inserted replaced
19334:c95db0988ded 19335:2a9d669e5ff6
19 #include "mp_msg.h" 19 #include "mp_msg.h"
20 #include "stream.h" 20 #include "stream.h"
21 #include "help_mp.h" 21 #include "help_mp.h"
22 #include "m_option.h" 22 #include "m_option.h"
23 #include "m_struct.h" 23 #include "m_struct.h"
24 #include "tcp.h"
24 25
25 static struct stream_priv_s { 26 static struct stream_priv_s {
26 char* user; 27 char* user;
27 char* pass; 28 char* pass;
28 char* host; 29 char* host;