Added _send_to_roster_() and _is_valid_roster_mess_().

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@512 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-07-28 19:30:27 +00:00
parent 4455f219ee
commit 8cd292013b
2 changed files with 89 additions and 32 deletions
+3
View File
@@ -39,8 +39,11 @@ class BList;
class BMessage;
class BNodeInfo;
// TODO: relocate these private prototypes
extern "C" int _init_roster_();
extern "C" int _delete_roster_();
status_t _send_to_roster_(BMessage *message, BMessage *reply, bool mime);
bool _is_valid_roster_mess_(bool mime);
/*-------------------------------------------------------------*/
/* --------- app_info Struct and Values ------------------------ */