Subversion Repositories HelenOS

Rev

Rev 3914 | Rev 4307 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3914 Rev 4197
Line 55... Line 55...
55
int tcp_start_module( async_client_conn_t client_connection );
55
int tcp_start_module( async_client_conn_t client_connection );
56
 
56
 
57
extern tcp_globals_t    tcp_globals;
57
extern tcp_globals_t    tcp_globals;
58
 
58
 
59
void tcp_print_name( void ){
59
void tcp_print_name( void ){
60
    printf( NAME );
60
    printf( "%s", NAME );
61
}
61
}
62
 
62
 
63
int tcp_start_module( async_client_conn_t client_connection ){
63
int tcp_start_module( async_client_conn_t client_connection ){
64
    ERROR_DECLARE;
64
    ERROR_DECLARE;
65
 
65