summaryrefslogtreecommitdiff
path: root/src/file.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2022-05-28 20:24:09 +0000
committerChristos Zoulas <christos@zoulas.com>2022-05-28 20:24:09 +0000
commit249d6536339506e72bb2cc4a16946e131f70aefa (patch)
treeeab867a31992cc5c6a767e115568d6917327cf03 /src/file.h
parenta6de062b431e1fd1b69bd07d99d157bf73dff460 (diff)
downloadfile-git-249d6536339506e72bb2cc4a16946e131f70aefa.tar.gz
make file_printable public for now
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/file.h b/src/file.h
index 8e506700..343f62ea 100644
--- a/src/file.h
+++ b/src/file.h
@@ -27,7 +27,7 @@
*/
/*
* file.h - definitions for file(1) program
- * @(#)$File: file.h,v 1.233 2022/05/28 01:04:57 christos Exp $
+ * @(#)$File: file.h,v 1.234 2022/05/28 20:24:09 christos Exp $
*/
#ifndef __file_h__
@@ -575,7 +575,7 @@ protected size_t file_pstring_length_size(struct magic_set *,
const struct magic *);
protected size_t file_pstring_get_length(struct magic_set *,
const struct magic *, const char *);
-protected char * file_printable(struct magic_set *, char *, size_t,
+public char * file_printable(struct magic_set *, char *, size_t,
const char *, size_t);
#ifdef __EMX__
protected int file_os2_apptype(struct magic_set *, const char *, const void *,