Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4719 → Rev 4720

/branches/network/uspace/srv/net/include/icmp_common.h
42,7 → 42,7
/** Connects to the ICMP module.
* @param service The ICMP module service. Ignored parameter.
* @returns The ICMP module phone on success.
* @returns 0 if called by the bundle module.
* @returns The ICMP socket identifier if called by the bundle module.
*/
int icmp_connect_module( services_t service );