From 224ea7b0815187d2a638808e8a50fb29fda832f6 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 18 Dec 2012 21:00:44 +0100 Subject: Convert type names to _t convention --- src/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/random.c') diff --git a/src/random.c b/src/random.c index f859d07..54dd8e0 100644 --- a/src/random.c +++ b/src/random.c @@ -30,7 +30,7 @@ #include -void fastd_random_bytes(fastd_context *ctx, void *buffer, size_t len, bool secure) { +void fastd_random_bytes(fastd_context_t *ctx, void *buffer, size_t len, bool secure) { int fd; size_t read_bytes = 0; -- cgit v1.2.3