Browse Source

core: sync definition of destroy_rpcs()

- reported by Victor Seva
Daniel-Constantin Mierla 11 years ago
parent
commit
28be6c3c79
1 changed files with 1 additions and 1 deletions
  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);