ekg2  GIT master
commands.h
Idź do dokumentacji tego pliku.
1 /* $Id$ */
2 
3 /*
4  * (C) Copyright 2006 Szymon Bilinski <ecimon(at)babel.pl>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU Lesser General Public License Version
8  * 2.1 as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this program; if not, write to the Free Software
17  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18  */
19 
20 #ifndef __commands_h__
21 #define __commands_h__
22 
26 
27 #endif
int logsoracle_cmd_db_disconnect(const char *name, const char **params, session_t *session, const char *target, int quiet)
Definition: commands.c:63
int logsoracle_cmd_status(const char *name, const char **params, session_t *session, const char *target, int quiet)
Definition: commands.c:77
int logsoracle_cmd_db_connect(const char *name, const char **params, session_t *session, const char *target, int quiet)
Definition: commands.c:33
COMMAND(logsoracle_cmd_db_connect)