X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=include%2Frpcd%2Fplugin.h;fp=include%2Frpcd%2Fplugin.h;h=f30433dcfd0e9a38e4e220160ffee8b81e3a23fa;hp=ac4bf55e860e6c0ec6d2565890f7d39940416350;hb=ec21f653b936b54e4d788d77bfce18634255adb7;hpb=967d815022082a63e1489b5eda5e7a9d7a9d5e82 diff --git a/include/rpcd/plugin.h b/include/rpcd/plugin.h index ac4bf55..f30433d 100644 --- a/include/rpcd/plugin.h +++ b/include/rpcd/plugin.h @@ -38,10 +38,10 @@ #include /* location of plugin executables */ -#define RPC_PLUGIN_DIRECTORY "/usr/libexec/rpcd" +#define RPC_PLUGIN_DIRECTORY "/usr/libexec/rpcd" /* location of plugin libraries */ -#define RPC_LIBRARY_DIRECTORY "/usr/lib/rpcd" +#define RPC_LIBRARY_DIRECTORY "/usr/lib/rpcd" struct rpc_daemon_ops { bool (*session_access)(const char *sid, const char *scope,