瀏覽代碼

ims_dialog: right timer function prototype for print_all_dlgs()

Daniel-Constantin Mierla 6 月之前
父節點
當前提交
6cdbaa1815
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/modules/ims_dialog/dlg_handlers.c
  2. 1 1
      src/modules/ims_dialog/dlg_handlers.h

+ 1 - 1
src/modules/ims_dialog/dlg_handlers.c

@@ -2048,7 +2048,7 @@ void internal_print_all_dlg(struct dlg_cell *dlg)
  * \return void
  */
 
-void print_all_dlgs()
+void print_all_dlgs(unsigned int ticks, void *param)
 {
 	//print all dialog information  - this is just for testing and is set to happen every 10 seconds
 

+ 1 - 1
src/modules/ims_dialog/dlg_handlers.h

@@ -196,7 +196,7 @@ void dlg_tmcb_dummy(struct cell *t, int type, struct tmcb_params *param);
  * \return void
  */
 
-void print_all_dlgs();
+void print_all_dlgs(unsigned int ticks, void *param);
 
 /*!
  * \brief Helper function that prints all the properties of a dialog including all the dlg_out's