X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Flet_calloc.h;h=04bfa4144960cd5c2e2c10d423a3736af9bfd96d;hb=0682ecb84dfe1de08b609c6c0ae641b06f3fa481;hp=6caeb8d9ed1359b4fd1383225a3379aeb43ae371;hpb=77d63a537de5430f5f8f177c842fa99d65f685bf;p=m6w6%2Fext-psi diff --git a/src/types/let_calloc.h b/src/types/let_calloc.h index 6caeb8d..04bfa41 100644 --- a/src/types/let_calloc.h +++ b/src/types/let_calloc.h @@ -38,6 +38,6 @@ struct psi_let_calloc { struct psi_let_calloc *psi_let_calloc_init(struct psi_num_exp *nmemb, struct psi_num_exp *size); void psi_let_calloc_free(struct psi_let_calloc **alloc_ptr); -void psi_let_calloc_dump(int fd, struct psi_let_calloc *alloc); +void psi_let_calloc_dump(struct psi_dump *dump, struct psi_let_calloc *alloc); #endif