1 2 3 4 5 6 7 8
#include <errno.h> #include "registry.h" int do_extension_device_manager(struct client *client, uint32_t tag, struct message *m) { return -ENOTSUP; }