X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcontext.h;h=248efbbe68ca162f8331b8535572c22ccbc6f8f5;hp=73d13cdf167806de3a2ae02ad3309c456096619f;hb=a7ac1c0a3c855321f21682c127a4b707de33a303;hpb=35060621f2fd5079502543d17942127c1a602f72 diff --git a/src/context.h b/src/context.h index 73d13cd..248efbb 100644 --- a/src/context.h +++ b/src/context.h @@ -75,7 +75,7 @@ struct psi_context *psi_context_init(struct psi_context *C, struct psi_context_o void psi_context_build(struct psi_context *C, const char *path); zend_function_entry *psi_context_compile(struct psi_context *C); ZEND_RESULT_CODE psi_context_call(struct psi_context *C, zend_execute_data *execute_data, zval *return_value, struct psi_impl *impl); -void psi_context_dump(struct psi_context *C, int fd); +void psi_context_dump(struct psi_dump *dump, struct psi_context *C); void psi_context_dtor(struct psi_context *C); void psi_context_free(struct psi_context **C);