From f93376229a83d9f3f58e0e7f39fcd55ef97fbccb Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Thu, 18 Jun 2009 06:04:23 +0200 Subject: Teach USSD to recognise password change strings. This is slightly hacky, part of ussd.c responsible for registering services is duplicated and parse_ss_control_string is modified to accept a fourth SI fragment in the input string. --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 1c0a7763..0f7684e1 100644 --- a/src/common.h +++ b/src/common.h @@ -192,7 +192,7 @@ gboolean valid_ussd_string(const char *str); gboolean parse_ss_control_string(char *str, int *ss_type, char **sc, char **sia, char **sib, char **sic, - char **dn); + char **sid, char **dn); const char *ss_control_type_to_string(enum ss_control_type type); -- cgit v1.2.3