Skip to content

Commit

Permalink
ims_usrloc_scscf: extern declaration for duplicated global vars
Browse files Browse the repository at this point in the history
(cherry picked from commit 1bbab69)
  • Loading branch information
miconda committed Mar 9, 2020
1 parent d7c52a7 commit e58c80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/ims_usrloc_scscf/udomain.c
Expand Up @@ -73,8 +73,8 @@

extern int unreg_validity;
extern int db_mode;
struct contact_list* contact_list;
struct ims_subscription_list* ims_subscription_list;
extern struct contact_list* contact_list;
extern struct ims_subscription_list* ims_subscription_list;
extern int subs_hash_size;

extern int contact_delete_delay;
Expand Down

0 comments on commit e58c80b

Please sign in to comment.