#ifndef foorcmserverrcdevhfoo #define foorcmserverrcdevhfoo struct rc_device *rcdev_create(struct manager *mgr, const char *name); void rcdev_free(struct rc_device *rcdev); int rcdev_setup(struct rc_device *rcdev, const char *path); void rcdev_close(struct rc_device *rcdev); #endif