Skip to content

Commit

Permalink
ims_usrloc_scscf: remove inline to functions that break the symbol li…
Browse files Browse the repository at this point in the history
…nking
  • Loading branch information
miconda committed Dec 9, 2017
1 parent 4e03e21 commit 5b35d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/ims_usrloc_scscf/impurecord.c
Expand Up @@ -606,7 +606,7 @@ int delete_scontact(struct ucontact* _c) {
}

/* function to convert contact aor to only have data after @ - ie strip user part */
inline int aor_to_contact(str* aor, str* contact) {
int aor_to_contact(str* aor, str* contact) {
char* p;
int ret = 0; //success

Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_usrloc_scscf/usrloc_db.c
Expand Up @@ -505,7 +505,7 @@ int db_delete_subscriber(impurecord_t* _r, reg_subscriber* _reg_subscriber) {
}


int inline int_to_str_len(int i) {
int int_to_str_len(int i) {
if (i < 0)
i = -i;
if (i < 10)
Expand Down

0 comments on commit 5b35d7e

Please sign in to comment.