Skip to content

Commit

Permalink
ims_icscf: Rename module interface file #82
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Feb 13, 2017
1 parent da4a97f commit 149b76b
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/modules/ims_icscf/cxdx_lir.c
Expand Up @@ -48,7 +48,7 @@
#include "../../modules/ims_dialog/dlg_load.h"
#include "cxdx_avp.h"
#include "cxdx_lir.h"
#include "mod.h"
#include "ims_icscf_mod.h"
#include "location.h"

//we use pseudo variables to communicate back to config file this takes the result and converys to a return code, publishes it a pseudo variable
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_icscf/cxdx_uar.c
Expand Up @@ -50,7 +50,7 @@
#include "cxdx_avp.h"
#include "cxdx_uar.h"
#include "registration.h"
#include "mod.h"
#include "ims_icscf_mod.h"


//we use pseudo variables to communicate back to config file this takes the result and converys to a return code, publishes it a pseudo variable
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_icscf/db.c
Expand Up @@ -58,7 +58,7 @@
#include "../../lib/srdb1/db.h"
#include "../../core/mem/shm_mem.h"

#include "mod.h"
#include "ims_icscf_mod.h"

static db_func_t dbf; /**< db function bindings*/
extern char * ims_icscf_db_url; /**< DB URL */
Expand Down
Expand Up @@ -46,7 +46,7 @@
#include "../../core/timer.h"
#include "../../modules/sl/sl.h"

#include "mod.h"
#include "ims_icscf_mod.h"
#include "scscf_list.h"
#include "cxdx_uar.h"
#include "cxdx_lir.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/modules/ims_icscf/location.h
Expand Up @@ -49,7 +49,7 @@

#include "scscf_list.h"
#include <stdio.h>
#include "mod.h"
#include "ims_icscf_mod.h"
#include "sip_messages.h"
#include "../../lib/ims/ims_getters.h"

Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_icscf/nds.c
Expand Up @@ -59,7 +59,7 @@
#include "../../core/mem/shm_mem.h"
#include "../../modules/sl/sl.h"

#include "mod.h"
#include "ims_icscf_mod.h"
#include "db.h"

extern sl_api_t slb;
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_icscf/registration.h
Expand Up @@ -48,7 +48,7 @@

#include "scscf_list.h"
#include <stdio.h>
#include "mod.h"
#include "ims_icscf_mod.h"
#include "../../lib/ims/ims_getters.h"

extern struct cdp_binds cdpb;
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_icscf/scscf_list.h
Expand Up @@ -48,7 +48,7 @@

#include "../../core/sr_module.h"
#include "../../modules/tm/tm_load.h"
#include "mod.h"
#include "ims_icscf_mod.h"
#include <limits.h>
#include "../../core/mem/shm_mem.h"

Expand Down

0 comments on commit 149b76b

Please sign in to comment.