Rev 4192 | Rev 4243 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4192 | Rev 4197 | ||
---|---|---|---|
Line 135... | Line 135... | ||
135 | 135 | ||
136 | return REGISTER_ME( SERVICE_LO, & phonehash ); |
136 | return REGISTER_ME( SERVICE_LO, & phonehash ); |
137 | } |
137 | } |
138 | 138 | ||
139 | void netif_print_name( void ){ |
139 | void netif_print_name( void ){ |
140 | printf( NAME ); |
140 | printf( "%s", NAME ); |
141 | } |
141 | } |
142 | 142 | ||
143 | int probe_auto_message( void ){ |
143 | int probe_auto_message( void ){ |
144 | /* ERROR_DECLARE; |
144 | /* ERROR_DECLARE; |
145 | 145 |