X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fctf-api.h;h=3a8e942f0d812214a5e771e532d6fc7661a8aa4b;hb=926c9e7665707d2f2eeb705b410e485f6930ab38;hp=77ea5cd0ef8c7098f42f144d9efa8cec5713ceb6;hpb=987cf30ad80c7c13f713aa8e4ca3e1dbf08e9d63;p=deliverable%2Fbinutils-gdb.git diff --git a/include/ctf-api.h b/include/ctf-api.h index 77ea5cd0ef..3a8e942f0d 100644 --- a/include/ctf-api.h +++ b/include/ctf-api.h @@ -411,7 +411,7 @@ extern char *ctf_dump (ctf_file_t *, ctf_dump_state_t **state, the error/warning list, in order of emission. Errors and warnings are popped after return: the caller must free the returned error-text pointer. */ extern char *ctf_errwarning_next (ctf_file_t *, ctf_next_t **, - int *is_warning); + int *is_warning, int *errp); extern ctf_id_t ctf_add_array (ctf_file_t *, uint32_t, const ctf_arinfo_t *);