ekg2
 All Struktury Danych Pliki Funkcje Zmienne Definicje typów Wyliczenia Wartości wyliczeń Definicje Grupay Strony
pubdir.h
Idź do dokumentacji tego pliku.
1 /* $Id$ */
2 
3 /*
4  * (C) Copyright 2003 Wojtek Kaniewski <wojtekka@irc.pl
5  * 2004 Piotr Kupisiewicz <deletek@ekg2.org>
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License Version 2 as
9  * published by the Free Software Foundation.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19  */
20 
21 #ifndef __EKG_GG_PUBDIR_H
22 #define __EKG_GG_PUBDIR_H
23 
24 #include <ekg/commands.h>
25 
26 extern list_t gg_registers;
27 extern list_t gg_unregisters;
28 extern list_t gg_reminds;
29 
30 extern int gg_register_done;
31 extern char *gg_register_password;
32 extern char *gg_register_email;
33 
39 
40 int gg_userlist_set(session_t *session, const char *contacts);
41 
42 #endif
43 
44 
45 /*
46  * Local Variables:
47  * mode: c
48  * c-file-style: "k&r"
49  * c-basic-offset: 8
50  * indent-tabs-mode: t
51  * End:
52  */