diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 10:02:59 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 10:02:59 +0200 |
commit | 22e4551cb007312ef808669aa70cad10a7657136 (patch) | |
tree | 6e0b8ee7ddb4e30865813d704fa7f5de1a0796d9 /cookie.h | |
parent | 0f1f8ccf43e1296725cfbef482d19c90b15af98c (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.h | 6 |
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 */ |