notes.h: Make default_notes_ref() available in notes API
[gitweb.git] / notes.c
diff --git a/notes.c b/notes.c
index bb03eb03645ad46d1e11e8ef8d5c778c870aa279..d71c0a30bfeee7401b017bf0dc9e00062df05f01 100644 (file)
--- a/notes.c
+++ b/notes.c
@@ -898,7 +898,7 @@ static int notes_display_config(const char *k, const char *v, void *cb)
        return 0;
 }
 
-static const char *default_notes_ref(void)
+const char *default_notes_ref(void)
 {
        const char *notes_ref = NULL;
        if (!notes_ref)