mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
11 lines
281 B
C
11 lines
281 B
C
--- src/entropy.h.orig
|
|
+++ src/entropy.h
|
|
@@ -31,7 +31,7 @@
|
|
#ifndef _ENTROPY_H
|
|
#define _ENTROPY_H
|
|
|
|
-void update_entropy(void);
|
|
+int update_entropy(void);
|
|
|
|
void print_entropy_avail(struct text_object *, char *, int);
|
|
void print_entropy_perc(struct text_object *, char *, int);
|