summaryrefslogtreecommitdiff
path: root/ot_fullscrape.h
blob: 9ed4376c37182c7a4a393458326a9e8a19cada3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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>

void fullscrape_init( );
void fullscrape_deliver( int64 socket );

#endif