Explorar el Código

reg(k): fix compilation for kamailio flavour, reported from Daniel

Henning Westerholt hace 15 años
padre
commit
be26e161a5
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3 4
      modules_k/registrar/reg_mod.h

+ 3 - 4
modules_k/registrar/reg_mod.h

@@ -95,9 +95,8 @@ extern struct sl_binds slb;
 
 extern stat_var *accepted_registrations;
 extern stat_var *rejected_registrations;
-
-extern void default_expires_stats_update(str*, str*);
-extern void min_expires_stats_update(str*, str*);
-extern void max_expires_stats_update(str*, str*);
+extern stat_var *default_expires_stat;
+extern stat_var *min_expires_stat;
+extern stat_var *max_expires_stat;
 
 #endif /* REG_MOD_H */