rpc.h 112 B

12345678
  1. #ifndef __RLS_RPC_H
  2. #define __RLS_RPC_H
  3. #include "../../rpc.h"
  4. extern rpc_export_t rls_rpc_methods[];
  5. #endif