aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-15 22:50:09 -0700
committerJunio C Hamano <gitster@pobox.com>2012-09-15 22:58:21 -0700
commitdad148c35975923c7a13058c20e01bb587ace4ef (patch)
treeb0f3e8e9008f6129423de16e61360de8d355f72a /cache.h
parentcbfb93a12b7f60dcd0f5a0cd3f5f37ee694ecd3a (diff)
downloadgit-dad148c35975923c7a13058c20e01bb587ace4ef.tar.gz
git-dad148c35975923c7a13058c20e01bb587ace4ef.tar.xz
ident.c: mark private file-scope symbols as static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cache.h b/cache.h
index bfa7189fe..a58df84bd 100644
--- a/cache.h
+++ b/cache.h
@@ -901,9 +901,7 @@ extern const char *git_author_info(int);
extern const char *git_committer_info(int);
extern const char *fmt_ident(const char *name, const char *email, const char *date_str, int);
extern const char *fmt_name(const char *name, const char *email);
-extern const char *ident_default_name(void);
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 *);