MDEX_BASEDIR(3) | Librecast Programmer's Manual | MDEX_BASEDIR(3) |
mdex_basedir - set base directory for multicast index
Librecast library (liblibrecast, -llibrecast)
#include <librecast/mdex.h>
void mdex_basedir(mdex_t *mdex, char *basedir);
Compile and link with -llibrecast.
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).
The mdex_basedir() function returns no value.
None.
mdex_init(3), mdex_free(3), mdex_get(3), mdex_put(3), mdex_del(3), lc_share(3)
2023-07-23 | LIBRECAST |