Module: sip-router
Branch: master
Commit: 611b511e251a85cf837300df77e323f3a1eff155
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=611b511…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Wed Apr 29 17:31:57 2009 +0200
registrar(k): missing extern for ul
---
modules_k/registrar/reg_mod.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/registrar/reg_mod.h b/modules_k/registrar/reg_mod.h
index 33209ee..2d50de6 100644
--- a/modules_k/registrar/reg_mod.h
+++ b/modules_k/registrar/reg_mod.h
@@ -98,7 +98,7 @@ extern int path_use_params;
extern str sock_hdr_name;
extern int sock_flag;
-usrloc_api_t ul; /*!< Structure containing pointers to usrloc functions */
+extern usrloc_api_t ul;/*!< Structure containing pointers to usrloc functions*/
extern struct sl_binds slb;