summaryrefslogtreecommitdiff
path: root/builtin.h
diff options
context:
space:
mode:
authorPeter Eriksen <s022018@student.dtu.dk>2006-05-23 12:15:29 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-05-23 20:11:12 (GMT)
commit0864f26421b3c599b462bc867de948d14b268d76 (patch)
tree8b1ecbe84f1614cd81e7857768367f57abff646d /builtin.h
parent405053d2d98c613d028795df439de657981e0711 (diff)
downloadgit-0864f26421b3c599b462bc867de948d14b268d76.zip
git-0864f26421b3c599b462bc867de948d14b268d76.tar.gz
git-0864f26421b3c599b462bc867de948d14b268d76.tar.bz2
Builtin git-ls-files.
Signed-off-by: Peter Eriksen <s022018@student.dtu.dk> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin.h b/builtin.h
index 6054126..a0713d3 100644
--- a/builtin.h
+++ b/builtin.h
@@ -27,5 +27,6 @@ extern int cmd_grep(int argc, const char **argv, char **envp);
extern int cmd_rev_list(int argc, const char **argv, char **envp);
extern int cmd_check_ref_format(int argc, const char **argv, char **envp);
extern int cmd_init_db(int argc, const char **argv, char **envp);
+extern int cmd_ls_files(int argc, const char **argv, char **envp);
#endif