libsysprof-analyze: add scaffolding for translate API

This commit is contained in:
Christian Hergert
2023-05-18 15:44:20 -07:00
parent 978bfc5680
commit 685f9e8bab
2 changed files with 27 additions and 2 deletions

View File

@ -39,7 +39,5 @@ void sysprof_mount_namespace_add_mount (SysprofMountNamespa
SysprofMount *mount);
char **sysprof_mount_namespace_translate (SysprofMountNamespace *self,
const char *path);
GMappedFile *sysprof_mount_namespace_open (SysprofMountNamespace *self,
const char *path);
G_END_DECLS