mirror of
git://erdgeist.org/opentracker
synced 2025-01-15 01:12:07 +00:00
11 lines
307 B
C
11 lines
307 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 |