Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4349 → Rev 4350

/branches/network/uspace/srv/net/net/net_standalone.c
31,7 → 31,7
*/
 
/** @file
*
* Wrapper for the standalone networking module.
*/
 
#include <string.h>
48,6 → 48,8
 
#include "net.h"
 
/** Networking module global data.
*/
extern net_globals_t net_globals;
 
int module_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count ){