diff options
Diffstat (limited to 'ot_fullscrape.h')
-rw-r--r-- | ot_fullscrape.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ot_fullscrape.h b/ot_fullscrape.h new file mode 100644 index 0000000..6411c2b --- /dev/null +++ b/ot_fullscrape.h | |||
@@ -0,0 +1,11 @@ | |||
1 | /* This software was written by Dirk Engling <erdgeist@erdgeist.org> | ||
2 | It is considered beerware. Prost. Skol. Cheers or whatever. */ | ||
3 | |||
4 | #ifndef __OT_FULLSCRAPE_H__ | ||
5 | #define __OT_FULLSCRAPE_H__ | ||
6 | |||
7 | #include <sys/uio.h> | ||
8 | |||
9 | size_t return_fullscrape_for_tracker( int *iovec_entries, struct iovec **iovector ); | ||
10 | |||
11 | #endif \ No newline at end of file | ||