/* * Copyright 2013, Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. * * Authors: * Ingo Weinhold */ #include namespace BPackageKit { namespace BHPKG { void BNoErrorOutput::PrintErrorVarArgs(const char* format, va_list args) { } } // namespace BHPKG } // namespace BPackageKit