vfs: check userland buffers before reading them.
[haiku.git] / headers / os / package / hpkg / NoErrorOutput.h
blob5d5537ffeaf55452c76c619f3c6ece338a971731
1 /*
2 * Copyright 2013, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _PACKAGE__HPKG__NO_ERROR_OUTPUT_H_
6 #define _PACKAGE__HPKG__NO_ERROR_OUTPUT_H_
9 #include <package/hpkg/ErrorOutput.h>
12 namespace BPackageKit {
14 namespace BHPKG {
17 class BNoErrorOutput : public BErrorOutput {
18 public:
19 virtual void PrintErrorVarArgs(const char* format,
20 va_list args);
24 } // namespace BHPKG
26 } // namespace BPackageKit
29 #endif // _PACKAGE__HPKG__NO_ERROR_OUTPUT_H_