logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mdex_basedir - set base directory for multicast index

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.

See Also