move identity config parsing to ident.c
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 0c095d48423295f2105d25af6610972a9e83f735..86224c81989e0cc3c0c80375053c74c951bd6786 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -899,6 +899,7 @@ extern const char *ident_default_email(void);
 extern const char *ident_default_date(void);
 extern const char *git_editor(void);
 extern const char *git_pager(int stdout_is_tty);
+extern int git_ident_config(const char *, const char *, void *);
 
 struct ident_split {
        const char *name_begin;