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 /xio.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 'xio.h')
-rw-r--r-- | xio.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,6 +16,5 @@ extern ssize_t read_or_die(int fd, void *buf, size_t count); extern ssize_t write_or_die(int fd, const void *buf, size_t count); extern ssize_t read_exact(int fd, void *buf, size_t len, int mayexit); extern ssize_t write_exact(int fd, void *buf, size_t len, int mayexit); -extern void to_std_log(FILE **fp); #endif /* XIO_H */ |