diff options
author | Timo Hirvonen <tihirvon@gmail.com> | 2006-05-19 13:03:57 +0300 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-19 15:31:20 -0700 |
commit | c3c8835fbb182d971d71939b9a3ec7c8b86d6caf (patch) | |
tree | 51e131c98ede9de99840104851c6615a2e57e142 /builtin.h | |
parent | 8090c08e1e90274d35bbf06238d2933759f3a1bb (diff) | |
download | git-c3c8835fbb182d971d71939b9a3ec7c8b86d6caf.tar.gz |
Builtin git-init-db
Basically this just renames init-db.c to builtin-init-db.c and makes
some strings const.
Signed-off-by: Timo Hirvonen <tihirvon@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin.h')
-rw-r--r-- | builtin.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,5 +26,6 @@ extern int cmd_push(int argc, const char **argv, char **envp); 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); #endif |