- moved dumpBlock() into debug.c, renamed it to dump_block() and added it

to kernel-exports.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18268 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2006-07-25 19:46:36 +00:00
parent 375837b47b
commit b66ae2c9c8
3 changed files with 42 additions and 43 deletions
+3
View File
@@ -178,6 +178,9 @@ extern void dprintf(const char *format, ...); /* just like printf */
extern void kprintf(const char *fmt, ...); /* only for debugger cmds */
#endif
extern void dump_block(const char *buffer, int size, const char *prefix);
/* hexdumps given buffer */
extern bool set_dprintf_enabled(bool new_state); /* returns old state */
extern void panic(const char *format, ...);