ekg2
|
00001 /* $Id$ */ 00002 00003 /* 00004 * (C) Copyright 2006 Szymon Bilinski <ecimon(at)babel.pl> 00005 * 00006 * This program is free software; you can redistribute it and/or modify 00007 * it under the terms of the GNU Lesser General Public License Version 00008 * 2.1 as published by the Free Software Foundation. 00009 * 00010 * This program is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 * GNU Lesser General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU Lesser General Public 00016 * License along with this program; if not, write to the Free Software 00017 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00018 */ 00019 00020 #ifndef __commands_h__ 00021 #define __commands_h__ 00022 00023 #include <ekg/commands.h> 00024 00025 COMMAND(logsoracle_cmd_db_connect); 00026 COMMAND(logsoracle_cmd_db_disconnect); 00027 COMMAND(logsoracle_cmd_status); 00028 00029 #endif