/* * This file is part of Smsq. * * Smsq is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * Smsq is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Smsq; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * peter.harper@open-msg.com * * $Id: gsm0338.h,v 1.1 2003/12/02 06:17:38 rmello Exp $ */ extern int g_gsm0338_smsq_8to7[256]; extern int g_gsm0338_smsq_7to8[128]; extern int gsm0338_init(void); extern void gsm0338_pack_7bit(unsigned char *bits7_ptr, int *bits7_len_ptr, char *bits8_ptr); extern void gsm0338_unpack_7bit(char *bits8_ptr, unsigned char *bits7_ptr, int bits7_len, int unpacked_data_len);