00001 /*-------------------------------------------------------------------------- 00002 00003 This is part of the testing system of the Karoo project. 00004 00005 (C) 2009 Brian Modra <brian@zwartberg.com> 00006 00007 This library is free software; you can redistribute them and/or modify 00008 it under the terms of the GNU Lesser General Public License as published by 00009 the Free Software Foundation; either version 2.1 of the License, 00010 or (at your option) any later version. 00011 00012 This library is distributed in the hope that it will be useful, 00013 but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00015 See the GNU Lesser General Public License for more details. 00016 00017 You should have received a copy of the GNU Lesser General Public License 00018 along with these libraries; if not, write to the Free Software Foundation, 00019 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 00020 00021 --------------------------------------------------------------------------*/ 00022 #ifndef cave_protocol_h 00023 #define cave_protocol_h 00024 00043 #define CAVE_MESSAGE 10 00044 #define CAVE_MESSAGE_FILE_UPLOAD 11 00045 #define CAVE_MESSAGE_SQL_SUCCESS 0x80000001 00046 #define CAVE_MESSAGE_SQL_FAILURE 0x80000002 00047 #define CAVE_MESSAGE_SQL_ROW 0x80000003 00048 #define CAVE_MESSAGE_SQL_DONE 0x80000004 00049 00050 #endif
1.5.8