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

size_t return_fullscrape_for_tracker( int *iovec_entries, struct iovec **iovector );

#endif