haiku/headers/private/libroot/extended_system_info.h
X512 8152128002 Fix clang warning "mismatched-tags"
Change-Id: I00f26e27d8ac24a46b528ea7ed47b92c2967ff2e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2390
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
2020-03-23 01:30:23 +00:00

32 lines
483 B
C++

/*
* Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _LIBROOT_EXTENDED_SYSTEM_INFO_H
#define _LIBROOT_EXTENDED_SYSTEM_INFO_H
/* This is C++ only API. */
#ifdef __cplusplus
#include <OS.h>
namespace BPrivate {
class KMessage;
status_t get_extended_team_info(team_id teamID, uint32 flags, KMessage& info);
} // namespace BPrivate
#endif /* __cplusplus */
#endif /* _LIBROOT_EXTENDED_SYSTEM_INFO_H */