offline pcap reading working
[netsniff-ng.git] / src / tprintf.h
blob3c3753b53361aab66b4fbc649c886cf40d182ca7
1 /*
2 * netsniff-ng - the packet sniffing beast
3 * By Daniel Borkmann <daniel@netsniff-ng.org>
4 * Copyright 2009, 2010 Daniel Borkmann.
5 * Subject to the GPL.
6 */
8 #ifndef TPRINTF_H
9 #define TPRINTF_H
11 extern void tprintf_init(void);
12 extern void tprintf(char *msg, ...);
13 extern void tprintf_flush(void);
14 extern void tprintf_cleanup(void);
16 #endif /* TPRINTF_H */