#ifndef BCPR_RUNAS_H #define BCPR_RUNAS_H #include "bcpr/bcpr_config.h" /* Drop to [max25-bcpr] user=/group= (Linux). Returns 0 or -1. */ int bcpr_runas_drop(const bcpr_config_t *cfg); /* Refuse live start as root — use max25-bcprd-init for hardware. */ int bcpr_runas_refuse_root(int dry_run); #endif