mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: give mount access to strings in ctor
This commit is contained in:
@ -149,7 +149,8 @@ sysprof_mount_init (SysprofMount *self)
|
||||
}
|
||||
|
||||
SysprofMount *
|
||||
sysprof_mount_new_for_mountinfo (const char *mountinfo)
|
||||
sysprof_mount_new_for_mountinfo (SysprofStrings *strings,
|
||||
const char *mountinfo)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user