mdex_basedir - set base directory for multicast index
Contents
Description
The mdex_basedir function sets the base directory for mdex to basedir. This will be stripped from the
the beginning of all files added to the index with mdex_addfile(3).
Errors
None.
Library
Librecast library (liblibrecast, -llibrecast)
Name
mdex_basedir - set base directory for multicast index
Return Value
The mdex_basedir() function returns no value.
See Also
mdex_init(3), mdex_free(3), mdex_get(3), mdex_put(3), mdex_del(3), lc_share(3) LIBRECAST 2023-07-23 MDEX_BASEDIR(3)
Synopsis
#include<librecast/mdex.h>voidmdex_basedir(mdex_t*mdex,char*basedir);
Compile and link with -llibrecast.
