Browse Source

registrar(k): missing extern for ul

Andrei Pelinescu-Onciul 16 years ago
parent
commit
611b511e25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules_k/registrar/reg_mod.h

+ 1 - 1
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;