libsms_charset.h

00001 /*
00002 SMS Server Tools
00003 Copyright (C) 2000 Stefan Frings
00004 
00005 This program is free software unless you got it under another license directly
00006 from the author. You can redistribute it and/or modify it under the terms of 
00007 the GNU General Public License as published by the Free Software Foundation.
00008 Either version 2 of the License, or (at your option) any later version.
00009 
00010 http://www.isis.de/members/~s.frings
00011 mailto:s.frings@mail.isis.de
00012  */
00013 
00014 
00015 #ifndef CHARSET_H
00016 #define CHARSET_H
00017 
00018 char ascii2sms(const char c);
00019 
00020 char sms2ascii(const char c);
00021 
00022 #endif