VBoxManage.h revision 28498f640f9b1396ae40db8bc421f3698744e5f7
/** @file
*
* VBox frontends: VBoxManage (command-line interface):
* VBoxManage header.
*/
/*
* Copyright (C) 2006 InnoTek Systemberatung GmbH
*
* 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 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.
*
* If you received this file as part of a commercial VirtualBox
* distribution, then only the terms of your commercial VirtualBox
* license agreement apply instead of the previous paragraph.
*/
#ifndef __H_VBOXMANAGE
#define __H_VBOXMANAGE
/** Syntax diagram category. */
typedef enum {
USAGE_DUMPOPTS = 0,
USAGE_LIST = BIT64(0),
/** flag whether we're in internal mode */
extern bool fInternalMode;
/*
* Prototypes
*/
int errorArgument(const char *pszFormat, ...);
#endif /* !__H_VBOXMANAGE */