Move Themes to vendor folder.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23417 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-01-11 20:42:27 +00:00
parent 3079b27eb1
commit 48d5931610
37 changed files with 0 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef _PARSE_MESSAGE_H
#define _PARSE_MESSAGE_H
class BMessage;
class BDataIO;
status_t ParseMessageFromStream(BMessage **message, BDataIO &stream);
#endif /* _PARSE_MESSAGE_H */