Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4755 → Rev 4756

/branches/network/uspace/srv/net/app/ping/ping.c
58,8 → 58,8
 
/** Module entry point.
* Reads command line parameters and pings.
* @param argc The number of command line parameters. Input parameter.
* @param argv The command line parameters. Input parameter.
* @param[in] argc The number of command line parameters.
* @param[in] argv The command line parameters.
* @returns EOK on success.
*/
int main( int argc, char * argv[] );
69,7 → 69,7
void print_help( void );
 
/** Translates the character string to the address family number.
* @param name The address family name. Input parameter.
* @param[in] name The address family name.
* @returns The corresponding address family number.
* @returns EAFNOSUPPORTED if the address family is not supported.
*/