summaryrefslogtreecommitdiff
path: root/src/file.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2019-06-26 20:31:31 +0000
committerChristos Zoulas <christos@zoulas.com>2019-06-26 20:31:31 +0000
commitea7485b69eb7fb7290744eda7bccb68fc06d6b4a (patch)
tree1c86bd3621af16ce473a7ad66b498f991da012f9 /src/file.h
parentcfc2b4ff44ece1d901421f26f04765f13f63a2c7 (diff)
downloadfile-git-ea7485b69eb7fb7290744eda7bccb68fc06d6b4a.tar.gz
Limit the CSV test to text files and say so...
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 e3c88569..947f2089 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.207 2019/06/08 22:16:24 christos Exp $
+ * @(#)$File: file.h,v 1.208 2019/06/26 20:31:31 christos Exp $
*/
#ifndef __file_h__
@@ -479,7 +479,7 @@ protected int file_ascmagic_with_encoding(struct magic_set *,
protected int file_encoding(struct magic_set *, const struct buffer *,
unichar **, size_t *, const char **, const char **, const char **);
protected int file_is_json(struct magic_set *, const struct buffer *);
-protected int file_is_csv(struct magic_set *, const struct buffer *);
+protected int file_is_csv(struct magic_set *, const struct buffer *, int);
protected int file_is_tar(struct magic_set *, const struct buffer *);
protected int file_softmagic(struct magic_set *, const struct buffer *,
uint16_t *, uint16_t *, int, int);