ekg2  GIT master
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 extern list_t gg_registers;
25 extern list_t gg_unregisters;
26 extern list_t gg_reminds;
27 
28 extern int gg_register_done;
29 extern char *gg_register_password;
30 extern char *gg_register_email;
31 
37 
38 int gg_userlist_set(session_t *session, const char *contacts);
39 
40 #endif
41 
42 
43 /*
44  * Local Variables:
45  * mode: c
46  * c-file-style: "k&r"
47  * c-basic-offset: 8
48  * indent-tabs-mode: t
49  * End:
50  */
Definition: sessions.h:127
list_t gg_registers
Definition: pubdir.c:33
int gg_register_done
Definition: pubdir.c:36
char * gg_register_email
Definition: pubdir.c:38
int gg_command_unregister(const char *name, const char **params, session_t *session, const char *target, int quiet)
Definition: pubdir.c:200
#define contacts
Definition: nc-stuff.h:96
char * gg_register_password
Definition: pubdir.c:37
int gg_userlist_set(session_t *session, const char *contacts)
Definition: pubdir.c:512
COMMAND(gg_command_register)
int gg_command_register(const char *name, const char **params, session_t *session, const char *target, int quiet)
Definition: pubdir.c:100
list_t gg_unregisters
Definition: pubdir.c:34
Definition: ekg_hash_benchmark.c:14
int gg_command_remind(const char *name, const char **params, session_t *session, const char *target, int quiet)
Definition: pubdir.c:443
list_t gg_reminds
Definition: pubdir.c:32
int gg_command_list(const char *name, const char **params, session_t *session, const char *target, int quiet)
Definition: pubdir.c:574
int gg_command_passwd(const char *name, const char **params, session_t *session, const char *target, int quiet)
Definition: pubdir.c:336