00001 /* $Id$ */ 00002 00003 /* 00004 * (C) Copyright 2003 Wojtek Kaniewski <wojtekka@irc.pl 00005 * 2004 Piotr Kupisiewicz <deletek@ekg2.org> 00006 * 00007 * This program is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License Version 2 as 00009 * published by the Free Software Foundation. 00010 * 00011 * This program is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 * GNU General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU General Public License 00017 * along with this program; if not, write to the Free Software 00018 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00019 */ 00020 00021 #ifndef __EKG_GG_PUBDIR50_H 00022 #define __EKG_GG_PUBDIR50_H 00023 00024 #include <ekg/commands.h> 00025 00026 COMMAND(gg_command_find); 00027 COMMAND(gg_command_change); 00028 00029 void gg_session_handler_search50(session_t *s, struct gg_event *e); 00030 void gg_session_handler_change50(session_t *s, struct gg_event *e); 00031 00032 #endif 00033 00034 /* 00035 * Local Variables: 00036 * mode: c 00037 * c-file-style: "k&r" 00038 * c-basic-offset: 8 00039 * indent-tabs-mode: t 00040 * End: 00041 */