haiku/3rdparty/mmu_man/themes/DumpMessage.h
François Revol f0d95841ee Add missing copyrights.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27811 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-10-01 04:28:35 +00:00

15 lines
357 B
C++

/*
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _DUMP_MESSAGE_H
#define _DUMP_MESSAGE_H
class BMessage;
class BDataIO;
status_t DumpMessageToStream(BMessage *message, BDataIO &stream, int tabCount = 0, BMessage *names = NULL);
#endif /* _DUMP_MESSAGE_H */