ekg2  GIT master
pubdir50.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_PUBDIR50_H
22 #define __EKG_GG_PUBDIR50_H
23 
26 
27 void gg_session_handler_search50(session_t *s, struct gg_event *e);
28 void gg_session_handler_change50(session_t *s, struct gg_event *e);
29 
30 #endif
31 
32 /*
33  * Local Variables:
34  * mode: c
35  * c-file-style: "k&r"
36  * c-basic-offset: 8
37  * indent-tabs-mode: t
38  * End:
39  */
int gg_command_change(const char *name, const char **params, session_t *session, const char *target, int quiet)
Definition: pubdir50.c:184
Definition: sessions.h:127
COMMAND(gg_command_find)
void gg_session_handler_change50(session_t *s, struct gg_event *e)
Definition: pubdir50.c:428
#define s
int gg_command_find(const char *name, const char **params, session_t *session, const char *target, int quiet)
Definition: pubdir50.c:29
void gg_session_handler_search50(session_t *s, struct gg_event *e)
Definition: pubdir50.c:284