⛏️ index : haiku.git

/*
 * Copyright 2013, Haiku, Inc. All Rights Reserved.
 * Distributed under the terms of the MIT License.
 *
 * Authors:
 *		Ingo Weinhold <ingo_weinhold@gmx.de>
 */


#include <package/hpkg/NoErrorOutput.h>


namespace BPackageKit {

namespace BHPKG {


void
BNoErrorOutput::PrintErrorVarArgs(const char* format, va_list args)
{
}


}	// namespace BHPKG

}	// namespace BPackageKit