libsysprof-analyze: add missing header for summary augment

This commit is contained in:
Christian Hergert
2023-06-09 15:16:44 -07:00
parent c35f8d083d
commit a7443e05f0

View File

@ -37,5 +37,7 @@ SYSPROF_AVAILABLE_IN_ALL
SysprofSymbol *sysprof_callgraph_frame_get_symbol (SysprofCallgraphFrame *self); SysprofSymbol *sysprof_callgraph_frame_get_symbol (SysprofCallgraphFrame *self);
SYSPROF_AVAILABLE_IN_ALL SYSPROF_AVAILABLE_IN_ALL
gpointer sysprof_callgraph_frame_get_augment (SysprofCallgraphFrame *self); gpointer sysprof_callgraph_frame_get_augment (SysprofCallgraphFrame *self);
SYSPROF_AVAILABLE_IN_ALL
gpointer sysprof_callgraph_frame_get_summary_augment (SysprofCallgraphFrame *self);
G_END_DECLS G_END_DECLS