1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-12 07:50:52 +00:00
opentracker/ot_fullscrape.h
2007-11-12 01:45:33 +00:00

12 lines
308 B
C

/* 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