diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 09:58:23 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 09:59:09 +0200 |
commit | 0f1f8ccf43e1296725cfbef482d19c90b15af98c (patch) | |
tree | abf85cfed8766641119736cceca61f0f8cd7d1fc /xio.h | |
parent | 9a1b2fbdc9f319aaf57a79f8e6ce7d5e6a3ecaa6 (diff) |
rnd: break out prng from xutils
We only need it in curvetun, this makes it easier to maintain.
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,7 +16,6 @@ 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 int secrand(void); extern void to_std_log(FILE **fp); #endif /* XIO_H */ |