Module: sip-router
Branch: master
Commit: 28be6c3c79c02600f03a51b2393b289fbe8c9bd9
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=28be6c3…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Jun 12 09:59:44 2014 +0200
core: sync definition of destroy_rpcs()
- reported by Victor Seva
---
rpc_lookup.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rpc_lookup.h b/rpc_lookup.h
index 7988e04..53d40b6 100644
--- a/rpc_lookup.h
+++ b/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);