X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=sub-process.h;h=49701998c9bd663073244e64c4edd7e80991a3ef;hb=59c0ea183ad1c5c2b3790caa5046e4ecfa839247;hp=caa91a9b92f2256a33d3330b1084a205bef98632;hpb=b3a19e060cdc81b83ab9f10dc5817deff858e0a6;p=git-core%2Fgit.git diff --git a/sub-process.h b/sub-process.h index caa91a9b9..49701998c 100644 --- a/sub-process.h +++ b/sub-process.h @@ -43,8 +43,8 @@ struct subprocess_capability { /* Function to test two subprocess hashmap entries for equality. */ extern int cmd2process_cmp(const void *unused_cmp_data, - const struct subprocess_entry *e1, - const struct subprocess_entry *e2, + const void *e1, + const void *e2, const void *unused_keydata); /*