X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fgsm-sms.c;h=6006de5c9de0a7636433792c01a7c404380df97b;hp=a06c3c5398cae1487d30a6dff4ecb91e71c3d235;hb=6ea3cef1bb136cd56741cc56bdb5b2fc7051e032;hpb=24e1c79324b43b4f376f823da8406b777b6094c8 diff --git a/common/gsm-sms.c b/common/gsm-sms.c index a06c3c5..6006de5 100644 --- a/common/gsm-sms.c +++ b/common/gsm-sms.c @@ -50,7 +50,7 @@ static struct udh_data headers[] = { /* This function implements packing of numbers (SMS Center number and destination number) for SMS sending function. */ -static int SemiOctetPack(char *Number, unsigned char *Output, SMS_NumberType type) +int SemiOctetPack(char *Number, unsigned char *Output, SMS_NumberType type) { unsigned char *IN = Number; /* Pointer to the input number */ unsigned char *OUT = Output; /* Pointer to the output */