2
0
Эх сурвалжийг харах

core: sync definition of destroy_rpcs()

- reported by Victor Seva
Daniel-Constantin Mierla 11 жил өмнө
parent
commit
28be6c3c79
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      rpc_lookup.h

+ 1 - 1
rpc_lookup.h

@@ -33,7 +33,7 @@ extern rpc_export_t** rpc_sarray;
 extern int rpc_sarray_crt_size;
 
 int init_rpcs(void);
-int destroy_rpcs(void);
+void destroy_rpcs(void);
 
 rpc_export_t* rpc_lookup(const char* name, int len);
 int rpc_register(rpc_export_t* rpc);