help: add --config to list all available config
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 6dedf3c4f969a64b3cc7fea115f507adaccc44fe..14715de76b69bff643abecc5687989175ee0127e 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1828,11 +1828,6 @@ extern int ws_blank_line(const char *line, int len, unsigned ws_rule);
 void overlay_tree_on_index(struct index_state *istate,
                           const char *tree_name, const char *prefix);
 
-char *alias_lookup(const char *alias);
-int split_cmdline(char *cmdline, const char ***argv);
-/* Takes a negative value returned by split_cmdline */
-const char *split_cmdline_strerror(int cmdline_errno);
-
 /* setup.c */
 struct startup_info {
        int have_repository;