Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4704 → Rev 4703

/branches/network/uspace/srv/net/app/echo/echo.c
31,8 → 31,6
*/
 
/** @file
* Echo application.
* Answers received packets.
*/
 
#include <malloc.h>
58,10 → 56,6
*/
int main( int argc, char * argv[] );
 
/** @name Output printing functions
*/
/*@{*/
 
/** Prints the application help.
*/
void print_help( void );
72,12 → 66,6
*/
void print_unrecognized( int index, const char * parameter );
 
/*@}*/
 
/** @name Command line argumets parsing functions
*/
/*@{*/
 
/** Parses the next parameter as an integral number.
* Uses the offseted actual parameter if the offset is set or the next one if not.
* @param argc The total number of the parameters. Input parameter.
133,8 → 121,6
*/
int parse_socket_type( const char * name );
 
/*@}*/
 
void print_help( void ){
printf(
"Network Echo aplication\n" \