libctf: allow the header to change between versions
[deliverable/binutils-gdb.git] / include / ctf-api.h
index 1a0d47eae16fbf66461862a635a4a1734d4f0070..28256a3c4e86aadbef21dcd7596b6cbfbe25714e 100644 (file)
@@ -258,6 +258,8 @@ extern void ctf_file_close (ctf_file_t *);
 extern int ctf_arc_write (const char *, ctf_file_t **, size_t,
                          const char **, size_t);
 
+extern const char *ctf_cuname (ctf_file_t *);
+extern void ctf_cuname_set (ctf_file_t *, const char *);
 extern ctf_file_t *ctf_parent_file (ctf_file_t *);
 extern const char *ctf_parent_name (ctf_file_t *);
 extern void ctf_parent_name_set (ctf_file_t *, const char *);
This page took 0.039414 seconds and 4 git commands to generate.