Skip to content
Snippets Groups Projects
Commit 92d04ffd authored by Steve Lhomme's avatar Steve Lhomme
Browse files

objects: allow using DumpStructure in other parts of the core

parent 6beff09f
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ static void PrintObject(vlc_object_t *obj, FILE *output)
vlc_restorecancel (canc);
}
static void DumpStructureLocked(vlc_object_t *obj, FILE *output, unsigned level)
void DumpStructureLocked(vlc_object_t *obj, FILE *output, unsigned level)
{
PrintObject(obj, output);
......
......@@ -60,6 +60,7 @@ struct vlc_object_internals
# define vlc_externals( priv ) ((vlc_object_t *)((priv) + 1))
void DumpVariables(vlc_object_t *obj);
void DumpStructureLocked(vlc_object_t *obj, FILE *output, unsigned level);
extern void var_DestroyAll( vlc_object_t * );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment