summaryrefslogtreecommitdiffstats
path: root/src/modules/module-protocol-pulse/extensions/ext-device-manager.c
blob: 2ba080ec8b81dc498d12029faf17482a0b02f3db (plain)
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;
}