summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index a04ef77..1af8e5e 100644
--- a/src/util.c
+++ b/src/util.c
@@ -12,7 +12,7 @@
Note that the length of the string str is actually 1+length, and
the last character is the null character. */
-unsigned char
+BOOL
read_entire_file(const char *file_name, char **str, NUM *len)
{
long file_size = 0;