summaryrefslogtreecommitdiff
path: root/xio.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 /xio.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 'xio.h')
-rw-r--r--xio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xio.h b/xio.h
index b02e7a9..8a8f58a 100644
--- a/xio.h
+++ b/xio.h
@@ -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 */