aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/sip.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/sip.h')
-rw-r--r--openbsc/include/openbsc/sip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/sip.h b/openbsc/include/openbsc/sip.h
index e750e9765..9184b24aa 100644
--- a/openbsc/include/openbsc/sip.h
+++ b/openbsc/include/openbsc/sip.h
@@ -9,7 +9,7 @@
int tx_ss_handle(struct sip_client *sip_client, osip_t *osip, struct ss_request *ss,
const char *extention);
-int tx_sip_register(struct sip_client *sip_client, osip_t *osip, char *imsi);
+int tx_sip_register(struct sip_client *sip_client, osip_t *osip, char *imsi, int expires_time);
int sip_client_init(struct reg_proxy *reg, const char *src_ip, u_int16_t src_port,
const char *dst_ip, u_int16_t dst_port, int expires_time);