Update of /cvsroot/easycalc/PPCport/compat
In directory vz-cvs-4.sog:/tmp/cvs-serv2020
Added Files:
dbutil.h
Log Message:
1.25g
--- NEW FILE: dbutil.h ---
/*
* $Id: dbutil.h,v 1.1 2011/02/28 22:06:13 mapibid Exp $
*
* Scientific Calculator for Palms.
* Copyright (C) 1999,2000,2007 Ondrej Palkovsky
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
* You can contact me at 'on...@pe...'.
*/
#ifndef _DBUTIL_H_
#define _DBUTIL_H_
//#include <PalmOS.h>
Int16 open_db(const Char *name, UInt16 dbversion, UInt32 crid, UInt32 dbtype,
DmOpenRef *dbref);
#endif
|