summaryrefslogtreecommitdiff
path: root/ext/rpc/layer.h
blob: 0d77ae28a332c751ae487f0395625061357d04dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef LAYER_H
#define LAYER_H

#include "handler.h"

RPC_DECLARE_HANDLER(com);

rpc_handler_entry handler_entries[] = {
	RPC_HANDLER(com)
};

#endif /* LAYER_H */