X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=notes.h;h=5106761534cfb6c5b97baede700e99b0aa5dfc3b;hb=1f238da57334ca0155ae7560b173eefc8c4c157a;hp=65fc3a66b2f575dd078cc390e7f5ea5cbebffc96;hpb=54ed6a98fda3765a6ffcac870f79528a48b4c07f;p=git.git diff --git a/notes.h b/notes.h index 65fc3a66b..510676153 100644 --- a/notes.h +++ b/notes.h @@ -89,8 +89,10 @@ void add_note(struct notes_tree *t, const unsigned char *object_sha1, * IMPORTANT: The changes made by remove_note() to the given notes_tree * structure are not persistent until a subsequent call to write_notes_tree() * returns zero. + * + * Return 0 if a note was removed; 1 if there was no note to remove. */ -void remove_note(struct notes_tree *t, const unsigned char *object_sha1); +int remove_note(struct notes_tree *t, const unsigned char *object_sha1); /* * Get the note object SHA1 containing the note data for the given object