aboutsummaryrefslogtreecommitdiff
path: root/builtin.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-15 13:56:07 -0700
committerJunio C Hamano <gitster@pobox.com>2012-09-15 22:58:20 -0700
commitf50fee4a0476dfd1315612f49244e7050280bf68 (patch)
treed252098d33ce9d824bb31219b678cca0099ef41a /builtin.h
parent83379df0251243b5e1f328598bfdd39327766df3 (diff)
downloadgit-f50fee4a0476dfd1315612f49244e7050280bf68.tar.gz
git-f50fee4a0476dfd1315612f49244e7050280bf68.tar.xz
builtin/notes.c: mark file-scope private symbols as static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin.h b/builtin.h
index 8e377522f..95116b853 100644
--- a/builtin.h
+++ b/builtin.h
@@ -21,7 +21,6 @@ struct fmt_merge_msg_opts {
extern int fmt_merge_msg(struct strbuf *in, struct strbuf *out,
struct fmt_merge_msg_opts *);
-extern void commit_notes(struct notes_tree *t, const char *msg);
struct notes_rewrite_cfg {
struct notes_tree **trees;
@@ -33,7 +32,6 @@ struct notes_rewrite_cfg {
int mode_from_env;
};
-combine_notes_fn parse_combine_notes_fn(const char *v);
struct notes_rewrite_cfg *init_copy_notes_for_rewrite(const char *cmd);
int copy_note_for_rewrite(struct notes_rewrite_cfg *c,
const unsigned char *from_obj, const unsigned char *to_obj);