Subversion Repositories HelenOS

Rev

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

Rev 3992 Rev 4197
Line 53... Line 53...
53
int eth_start_module( async_client_conn_t client_connection );
53
int eth_start_module( async_client_conn_t client_connection );
54
 
54
 
55
extern eth_globals_t    eth_globals;
55
extern eth_globals_t    eth_globals;
56
 
56
 
57
void eth_print_name( void ){
57
void eth_print_name( void ){
58
    printf( NAME );
58
    printf( "%s", NAME );
59
}
59
}
60
 
60
 
61
int eth_start_module( async_client_conn_t client_connection ){
61
int eth_start_module( async_client_conn_t client_connection ){
62
    ERROR_DECLARE;
62
    ERROR_DECLARE;
63
 
63