libctf, binutils, include, ld: gettextize and improve error handling
[deliverable/binutils-gdb.git] / include / ctf-api.h
index 77ea5cd0ef8c7098f42f144d9efa8cec5713ceb6..3a8e942f0d812214a5e771e532d6fc7661a8aa4b 100644 (file)
@@ -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 *);
This page took 0.02511 seconds and 4 git commands to generate.