00001 /* $Id$ */ 00002 00003 /* 00004 * (C) Copyright 2001-2003 Wojtek Kaniewski <wojtekka@irc.pl> 00005 * Robert J. Woźny <speedy@ziew.org> 00006 * Paweł Maziarz <drg@o2.pl> 00007 * Dawid Jarosz <dawjar@poczta.onet.pl> 00008 * Piotr Domagalski <szalik@szalik.net> 00009 * 00010 * This program is free software; you can redistribute it and/or modify 00011 * it under the terms of the GNU General Public License Version 2 as 00012 * published by the Free Software Foundation. 00013 * 00014 * This program is distributed in the hope that it will be useful, 00015 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 * GNU General Public License for more details. 00018 * 00019 * You should have received a copy of the GNU General Public License 00020 * along with this program; if not, write to the Free Software 00021 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00022 */ 00023 00024 #ifndef __EKG_EMOTICONS_H 00025 #define __EKG_EMOTICONS_H 00026 00027 #ifdef __cplusplus 00028 extern "C" { 00029 #endif 00030 00031 int emoticon_read(); 00032 char *emoticon_expand(const char *s); 00033 void emoticons_destroy(); 00034 00035 #ifdef __cplusplus 00036 } 00037 #endif 00038 00039 #endif /* __EKG_EMOTICONS_H */ 00040 00041 /* 00042 * Local Variables: 00043 * mode: c 00044 * c-file-style: "k&r" 00045 * c-basic-offset: 8 00046 * indent-tabs-mode: t 00047 * End: 00048 */