Introduced generalized versions of get_app_path() and get_app_ref() returning the path/ref for an arbitrary team.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13681 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -35,7 +35,9 @@ struct entry_ref;
|
||||
|
||||
namespace BPrivate {
|
||||
|
||||
status_t get_app_path(team_id team, char *buffer);
|
||||
status_t get_app_path(char *buffer);
|
||||
status_t get_app_ref(team_id team, entry_ref *ref, bool traverse = true);
|
||||
status_t get_app_ref(entry_ref *ref, bool traverse = true);
|
||||
|
||||
team_id current_team();
|
||||
|
||||
Reference in New Issue
Block a user