Some header work to reduce dependencies. Also fixes the debug build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10434 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-12-13 22:22:45 +00:00
parent 5c143f85ad
commit 97dda329ed
6 changed files with 29 additions and 21 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004, Axel Dörfler, [email protected].
* Copyright 2004, Haiku Inc.
* Distributed under the terms of the MIT License.
*/
#ifndef _TEAM_H
@@ -14,7 +14,7 @@
extern "C" {
#endif
status_t team_init(kernel_args *args);
status_t team_init(struct kernel_args *args);
team_id team_create_team(const char *path, const char *name, char **args, int argc,
char **envp, int envc, int priority);
status_t wait_for_team(team_id id, status_t *returnCode);