Moved the miscellaneous app kit functions into the BPrivate namespace and added the function current_team() which returns the ID of the current team.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1501 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-10-12 22:40:21 +00:00
parent cd1a0ce832
commit 121f83dd58
3 changed files with 25 additions and 2 deletions
+5
View File
@@ -32,9 +32,14 @@
struct entry_ref;
namespace BPrivate {
status_t get_app_path(char *buffer);
status_t get_app_ref(entry_ref *ref, bool traverse = true);
team_id current_team();
thread_id main_thread_for(team_id team);
} // namespace BPrivate
#endif // _APP_MISC_H