aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-02-23 00:50:38 +0000
committerHolger Freyther <zecke@selfish.org>2009-02-23 00:50:38 +0000
commit59da07bd0eae1fb58f446bfcecbe80c710f401e8 (patch)
treeb130db3ca05ff23b0275dd442253a479b9d93774 /include
parent73e61c4cd68db450de5a2ad1d0377b40d6429484 (diff)
[sms] Add test case for the 7-bit coding/decoding...
we don't pass it yet.
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/gsm_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/gsm_utils.h b/include/openbsc/gsm_utils.h
index 8e4162e3c..b5637c880 100644
--- a/include/openbsc/gsm_utils.h
+++ b/include/openbsc/gsm_utils.h
@@ -27,6 +27,6 @@
#include <sys/types.h>
char *gsm_7bit_decode(u_int8_t *user_data, u_int8_t length);
-u_int8_t *gsm_7bit_encode(char *data);
+u_int8_t *gsm_7bit_encode(const char *data, u_int8_t *length);
#endif