Browse Source

ims_icscf: sync ims_icscf_timer_routine() declaration

Victor Seva 1 week ago
parent
commit
7905312a18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/ims_icscf/scscf_list.h

+ 1 - 1
src/modules/ims_icscf/scscf_list.h

@@ -179,6 +179,6 @@ int cscf_reply_transactional_async(
  * @returns the tmb.t_reply() result
  */
 
-void ims_icscf_timer_routine();
+void ims_icscf_timer_routine(unsigned int ticks, void *param);
 
 #endif