aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/gsm_timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc/gsm_timers.h')
-rw-r--r--include/osmocom/bsc/gsm_timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/gsm_timers.h b/include/osmocom/bsc/gsm_timers.h
index 78f04edd9..699c461ad 100644
--- a/include/osmocom/bsc/gsm_timers.h
+++ b/include/osmocom/bsc/gsm_timers.h
@@ -37,7 +37,7 @@ struct T_def *T_def_get_entry(struct T_def *T_defs, int T);
void T_defs_vty_init(struct T_def *T_defs, int cfg_parent_node);
void T_defs_vty_write(struct vty *vty, const char *indent);
-
+struct T_def *parse_T_arg(struct vty *vty, const char *T_str);
struct state_timeout {
int T;