summaryrefslogtreecommitdiff
path: root/cookie.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 10:02:59 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 10:02:59 +0200
commit22e4551cb007312ef808669aa70cad10a7657136 (patch)
tree6e0b8ee7ddb4e30865813d704fa7f5de1a0796d9 /cookie.h
parent0f1f8ccf43e1296725cfbef482d19c90b15af98c (diff)
xio: refactor fopencookie related functions
Again, we move them out of xio to shrink it down. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'cookie.h')
-rw-r--r--cookie.h6
1 files changed, 6 insertions, 0 deletions
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 */