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 72... Line 72...
72
/** ARP module global data.
72
/** ARP module global data.
73
 */
73
 */
74
extern arp_globals_t    arp_globals;
74
extern arp_globals_t    arp_globals;
75
 
75
 
76
void arp_print_name( void ){
76
void arp_print_name( void ){
77
    printf( NAME );
77
    printf( "%s", NAME );
78
}
78
}
79
 
79
 
80
int arp_start_module( async_client_conn_t client_connection ){
80
int arp_start_module( async_client_conn_t client_connection ){
81
    ERROR_DECLARE;
81
    ERROR_DECLARE;
82
 
82