table of contents
other versions
- testing 0.8.0-2+b1
- unstable 0.8.0-2+b1
- experimental 0.9.0-1
MDEX_BASEDIR(3) | Librecast Programmer's Manual | MDEX_BASEDIR(3) |
NAME¶
mdex_basedir - set base directory for multicast index
LIBRARY¶
Librecast library (liblibrecast, -llibrecast)
SYNOPSIS¶
#include <librecast/mdex.h>
void mdex_basedir(mdex_t *mdex, char *basedir);
Compile and link with -llibrecast.
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).
RETURN VALUE¶
The mdex_basedir() function returns no value.
ERRORS¶
None.
SEE ALSO¶
mdex_init(3), mdex_free(3), mdex_get(3), mdex_put(3), mdex_del(3), lc_share(3)
2023-07-23 | LIBRECAST |