Commit edeb940a authored by Srikanth Raju's avatar Srikanth Raju

ML: Include ml_GetPersonsFromMedia() in src/missing.c

parent 6cf46ba6
......@@ -451,4 +451,11 @@ void ml_DeletePersonTypeFromMedia( ml_media_t* p_media, const char *psz_role )
{
assert( 0 );
}
ml_person_t* ml_GetPersonsFromMedia( media_library_t* p_ml,
ml_media_t* p_media,
const char *psz_role )
{
assert( 0 );
}
#endif /* !MEDIA_LIBRARY */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment