grep.c: mark private file-scope symbols as static
[git.git] / grep.h
diff --git a/grep.h b/grep.h
index bf5be5ada4bc84a814cf0fe41b613bebd6ac7ce4..d66b19712c18cb93bf789c37ed36ad787fa89a92 100644 (file)
--- 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);