Add missing header...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8438 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shadow303 2004-07-20 02:26:41 +00:00
parent 346cd2ebc0
commit 36c3b0457c
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
/*
Copyright (c) 2002, Thomas Kurschel
Part of Radeon accelerant
Fast logger - functions to create dump
*/
#ifndef __LOG_DUMP_H__
#define __LOG_DUMP_H__
#include <SupportDefs.h>
void log_printall( FILE *logfile, char *buffer, uint32 buffer_len );
#endif