소스 검색

registrar(k): missing extern for ul

Andrei Pelinescu-Onciul 16 년 전
부모
커밋
611b511e25
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;