Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4755 → Rev 4756

/branches/network/uspace/srv/net/net/start/netstart.c
54,8 → 54,8
#define NAME "Networking startup"
 
/** Module entry point.
* @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.
* @returns EINVAL if the net module cannot be started.
* @returns Other error codes as defined for the self_test() function.
64,7 → 64,7
int main( int argc, char * argv[] );
 
/** Starts the module.
* @param fname The module absolute name. Input parameter.
* @param[in] fname The module absolute name.
* @returns The started module task identifier.
* @returns Other error codes as defined for the task_spawn() function.
*/