aboutsummaryrefslogtreecommitdiffstats
path: root/src/libskabus/skabus_rpc_r_notimpl.c
blob: e36450fc78656c2a00bcd4b7aefeb0ece5c52cc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* ISC license. */

#include <errno.h>
#include <skabus/rpc.h>

int skabus_rpc_r_notimpl (skabus_rpc_t *a, skabus_rpc_rinfo_t const *info, unixmessage_t const *m, void *data)
{
  (void)m ;
  (void)data ;
  return skabus_rpc_reply(a, info->serial, ENOSYS, "", 0, 0, 0) ;
}