Jelajahi Sumber

ims_dialog: right timer function prototype for print_all_dlgs()

Daniel-Constantin Mierla 6 bulan lalu
induk
melakukan
6cdbaa1815

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

@@ -2048,7 +2048,7 @@ void internal_print_all_dlg(struct dlg_cell *dlg)
  * \return void
  * \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
 	//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
  * \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
  * \brief Helper function that prints all the properties of a dialog including all the dlg_out's