From 22e4551cb007312ef808669aa70cad10a7657136 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 10:02:59 +0200 Subject: xio: refactor fopencookie related functions Again, we move them out of xio to shrink it down. Signed-off-by: Daniel Borkmann --- cookie.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cookie.h (limited to 'cookie.h') diff --git a/cookie.h b/cookie.h new file mode 100644 index 0000000..14f1801 --- /dev/null +++ b/cookie.h @@ -0,0 +1,6 @@ +#ifndef COOKIE_H +#define COOKIE_H + +extern void to_std_log(FILE **fp); + +#endif /* COOKIE_H */ -- cgit v1.2.3-54-g00ecf