@@ -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
@@ -196,7 +196,7 @@ void dlg_tmcb_dummy(struct cell *t, int type, struct tmcb_params *param);
-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