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 53... Line 53...
53
int ip_start_module( async_client_conn_t client_connection );
53
int ip_start_module( async_client_conn_t client_connection );
54
 
54
 
55
extern ip_globals_t ip_globals;
55
extern ip_globals_t ip_globals;
56
 
56
 
57
void ip_print_name( void ){
57
void ip_print_name( void ){
58
    printf( NAME );
58
    printf( "%s", NAME );
59
}
59
}
60
 
60
 
61
int ip_start_module( async_client_conn_t client_connection ){
61
int ip_start_module( async_client_conn_t client_connection ){
62
    ERROR_DECLARE;
62
    ERROR_DECLARE;
63
 
63