ekg2  GIT master
emoticons.h
Idź do dokumentacji tego pliku.
1 /* $Id$ */
2 
3 /*
4  * (C) Copyright 2001-2003 Wojtek Kaniewski <wojtekka@irc.pl>
5  * Robert J. Woźny <speedy@ziew.org>
6  * Paweł Maziarz <drg@o2.pl>
7  * Dawid Jarosz <dawjar@poczta.onet.pl>
8  * Piotr Domagalski <szalik@szalik.net>
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License Version 2 as
12  * published by the Free Software Foundation.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License
20  * along with this program; if not, write to the Free Software
21  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22  */
23 
24 #ifndef __EKG_EMOTICONS_H
25 #define __EKG_EMOTICONS_H
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
31 int emoticon_read();
32 char *emoticon_expand(const char *s);
33 void emoticons_destroy();
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
39 #endif /* __EKG_EMOTICONS_H */
40 
41 /*
42  * Local Variables:
43  * mode: c
44  * c-file-style: "k&r"
45  * c-basic-offset: 8
46  * indent-tabs-mode: t
47  * End:
48  */
void emoticons_destroy()
Definition: emoticons.c:43
char * emoticon_expand(const char *s)
Definition: emoticons.c:123
int emoticon_read()
Definition: emoticons.c:88
#define s