Renamed vm_address_space to VMAddressSpace.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34422 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-12-01 17:27:09 +00:00
parent fe01182ce4
commit b0db552cd9
24 changed files with 116 additions and 116 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ struct team *team_get_kernel_team(void);
team_id team_get_kernel_team_id(void);
team_id team_get_current_team_id(void);
status_t team_get_address_space(team_id id,
struct vm_address_space **_addressSpace);
struct VMAddressSpace **_addressSpace);
char **user_team_get_arguments(void);
int user_team_get_arg_count(void);
struct job_control_entry* team_get_death_entry(struct team *team,