]> git.proxmox.com Git - libgit2.git/blobdiff - tests/blame/blame_helpers.h
New upstream version 1.4.3+dfsg.1
[libgit2.git] / tests / blame / blame_helpers.h
index 94321a5b50f208994296ce6a91d5f3f0e9459f4f..5b34b4aef87e3e8f0e297250b82d8dc58accb6e6 100644 (file)
@@ -1,16 +1,14 @@
 #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,
                git_blame *blame,
                int idx,
-               int start_line,
-               int len,
+               size_t start_line,
+               size_t len,
                char boundary,
                const char *commit_id,
                const char *orig_path);
-
-