aboutsummaryrefslogtreecommitdiffstats
path: root/grep.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-15 14:04:36 -0700
committerJunio C Hamano <gitster@pobox.com>2012-09-15 23:35:39 -0700
commit07a7d656dd550e24e8b9a1802665aa0abba435ee (patch)
treebdfe3099741b799295f811730011091fe5c1122f /grep.h
parenta23e3138cb4ddd57e9cbb221e8cbfaf233111d2c (diff)
downloadgit-07a7d656dd550e24e8b9a1802665aa0abba435ee.tar.gz
grep.c: mark private file-scope symbols as static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'grep.h')
-rw-r--r--grep.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/grep.h b/grep.h
index bf5be5ada4..d66b19712c 100644
--- a/grep.h
+++ b/grep.h
@@ -149,11 +149,10 @@ struct grep_source {
void grep_source_init(struct grep_source *gs, enum grep_source_type type,
const char *name, const void *identifier);
-int grep_source_load(struct grep_source *gs);
void grep_source_clear_data(struct grep_source *gs);
void grep_source_clear(struct grep_source *gs);
void grep_source_load_driver(struct grep_source *gs);
-int grep_source_is_binary(struct grep_source *gs);
+
int grep_source(struct grep_opt *opt, struct grep_source *gs);