Rev 4715 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4715 | Rev 4720 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | #include <ipc/services.h> |
40 | #include <ipc/services.h> |
41 | 41 | ||
42 | /** Connects to the ICMP module. |
42 | /** Connects to the ICMP module. |
43 | * @param service The ICMP module service. Ignored parameter. |
43 | * @param service The ICMP module service. Ignored parameter. |
44 | * @returns The ICMP module phone on success. |
44 | * @returns The ICMP module phone on success. |
45 | * @returns 0 if called by the bundle module. |
45 | * @returns The ICMP socket identifier if called by the bundle module. |
46 | */ |
46 | */ |
47 | int icmp_connect_module( services_t service ); |
47 | int icmp_connect_module( services_t service ); |
48 | 48 | ||
49 | #endif |
49 | #endif |
50 | 50 |