]> git.proxmox.com Git - libgit2.git/blobdiff - tests/blame/blame_helpers.h
New upstream version 1.1.0+dfsg.1
[libgit2.git] / tests / blame / blame_helpers.h
index fd5a35d2c8dadd1ea66cb100a07d0b71a395eaff..5b34b4aef87e3e8f0e297250b82d8dc58accb6e6 100644 (file)
@@ -1,7 +1,7 @@
 #include "clar_libgit2.h"
 #include "blame.h"
 
-void hunk_message(size_t idx, const git_blame_hunk *hunk, const char *fmt, ...);
+void hunk_message(size_t idx, const git_blame_hunk *hunk, const char *fmt, ...) GIT_FORMAT_PRINTF(3, 4);
 
 void check_blame_hunk_index(
                git_repository *repo,