view src/lib/randgen.h @ 58:8aaa39e7aec8 HEAD

sendfile() works now properly with 64bit off_t
author Timo Sirainen <tss@iki.fi>
date Wed, 28 Aug 2002 03:11:51 +0300
parents 3b1985cbc908
children 4bcf3ff12c60
line wrap: on
line source

#ifndef __RANDGEN_H
#define __RANDGEN_H

void random_fill(const void *buf, unsigned int size);

/* may be called multiple times */
void random_init(void);
void random_deinit(void);

#endif