1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-15 01:12:07 +00:00
opentracker/ot_fullscrape.h

11 lines
307 B
C
Raw Normal View History

2007-11-12 01:38:08 +00:00
/* 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