Forgot to commit this header - should have been part of r17785.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17786 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-06-10 09:25:30 +00:00
parent 82584ab9c2
commit f025617d21
+2
View File
@@ -138,6 +138,8 @@ class BRoster {
app_info *info) const; app_info *info) const;
status_t _RemovePreRegApp(uint32 entryToken) const; status_t _RemovePreRegApp(uint32 entryToken) const;
status_t _RemoveApp(team_id team) const; status_t _RemoveApp(team_id team) const;
void _ApplicationCrashed(team_id team);
status_t _LaunchApp(const char *mimeType, const entry_ref *ref, status_t _LaunchApp(const char *mimeType, const entry_ref *ref,
const BList *messageList, int argc, const BList *messageList, int argc,
const char *const *args, const char *const *args,