Changeset 14761 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Sep 5, 2007, 1:20:04 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r14685 r14761 1 /** @file psDB.c1 /** @file psDB.c 2 2 * 3 * -*- mode: C; c-basic-indent: 4; tab-width: 8; indent-tabs-mode: nil -*-4 * vim: set cindent ts=8 sw=4 expandtab:3 * Copyright (C) 2005-2007 Joshua Hoblitt, University of Hawaii 4 * Copyright (C) 2005 Aaron Culliney 5 5 * 6 * @brief database functions 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; either version 2 of the License, or (at your option) 9 * any later version. 7 10 * 8 * This file contains functions that perform basic database operations. MySQL 9 * 4.1.2 or newer is required. 11 * This program is distributed in the hope that it will be useful, but WITHOUT 12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 10 15 * 11 * @author Aaron Culliney 12 * @author Joshua Hoblitt 16 * You should have received a copy of the GNU General Public License along with 17 * program; see the file COPYING. If not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 13 19 * 14 * @version $Revision: 1.145 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-08-29 00:23:49 $ 20 * @brief database functions 16 21 * 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii 22 * This file contains functions that perform basic database operations. MySQL 23 * 4.1.2 or newer is required. 24 * 25 * $Id: psDB.c,v 1.146 2007-09-05 23:20:04 jhoblitt Exp $ 18 26 */ 19 27
Note:
See TracChangeset
for help on using the changeset viewer.
