libsysprof-analyze: prefix private API with _

This commit is contained in:
Christian Hergert
2023-05-18 16:23:12 -07:00
parent 5c1802d77f
commit d448519c29
3 changed files with 5 additions and 5 deletions

View File

@ -183,8 +183,8 @@ sysprof_mount_init (SysprofMount *self)
}
SysprofMount *
sysprof_mount_new_for_mountinfo (SysprofStrings *strings,
const char *mountinfo)
_sysprof_mount_new_for_mountinfo (SysprofStrings *strings,
const char *mountinfo)
{
g_autoptr(SysprofMount) self = NULL;
g_auto(GStrv) parts = NULL;