summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-05-20 18:40:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-05-21 04:23:14 (GMT)
commit65b5f9483eafea0ccdea59884da4e00e0cfeee1f (patch)
treea6ffd68d8ba419391d7224d8ca3330ffbd0ad87f /cache.h
parentd9fcc7f8715c22b315146594afa19b75b9568dd3 (diff)
downloadgit-65b5f9483eafea0ccdea59884da4e00e0cfeee1f.zip
git-65b5f9483eafea0ccdea59884da4e00e0cfeee1f.tar.gz
git-65b5f9483eafea0ccdea59884da4e00e0cfeee1f.tar.bz2
Move declaration for alias.c to alias.h
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cache.h b/cache.h
index bbaf5c3..111116e 100644
--- a/cache.h
+++ b/cache.h
@@ -1835,11 +1835,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;