blob: ef27c5cb0523c89ab4c356a46f8800281915a120 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* This software was written by Dirk Engling <erdgeist@erdgeist.org>
It is considered beerware. Prost. Skol. Cheers or whatever. */
#ifndef __OT_FULLSCRAPE_H__
#define __OT_FULLSCRAPE_H__
#include <io.h>
#include "ot_mutex.h"
void fullscrape_init( );
void fullscrape_deliver( int64 socket, ot_tasktype tasktype );
#endif
|