]> asedeno.scripts.mit.edu Git - git.git/blobdiff - notes.h
Notes API: add_note(): Add note objects to the internal notes tree structure
[git.git] / notes.h
diff --git a/notes.h b/notes.h
index 6b527991b01a714784f0184e250fff96944724dc..5f2285217e994e1bf6fec2a0fa651a8aff417a93 100644 (file)
--- a/notes.h
+++ b/notes.h
  */
 void init_notes(const char *notes_ref, int flags);
 
+/* Add the given note object to the internal notes tree structure */
+void add_note(const unsigned char *object_sha1,
+               const unsigned char *note_sha1);
+
 /* Free (and de-initialize) the internal notes tree structure */
 void free_notes(void);