VBoxNetBaseService.h revision e2843ed205192b88e54eef60ad541d00bbbc932a
/* $Id$ */
/** @file
* VBoxNetUDP - IntNet Client Library.
*/
/*
* Copyright (C) 2009 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* General Public License (GPL) as published by the Free Software
* Foundation, in version 2 as it comes in the "COPYING" file of the
* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
#ifndef ___VBoxNetBaseService_h___
#define ___VBoxNetBaseService_h___
{
int tryGoOnline(void);
void shutdown(void);
/** @name The server configuration data members.
* @{ */
/** @} */
/** @name The network interface
* @{ */
/** @} */
/** @name Debug stuff
* @{ */
/** @} */
};
#endif