Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

cdgdb.h

00001 /* Copyright (C) 1997-2004 The CDG Team <cdg@nats.informatik.uni-hamburg.de> 00002 * 00003 * This file is free software; as a special exception the author gives 00004 * unlimited permission to copy and/or distribute it, with or without 00005 * modifications, as long as this notice is preserved. 00006 * 00007 * This program is distributed in the hope that it will be useful, but 00008 * WITHOUT ANY WARRANTY, to the extent permitted by law; without even the 00009 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00010 * 00011 * $Id: cdgdb.h,v 1.10 2004/09/01 13:41:18 micha Exp $ 00012 */ 00013 00014 #ifndef CDGDB_H 00015 #define CDGDB_H 00016 00017 /* --------------------------------------------------------------------------- 00018 * @addtogroup Cdgdb 00019 * @{ 00020 */ 00021 00022 /* -- FUNCTIONS ------------------------------------------------------------ */ 00023 extern Boolean dbOpen(String); 00024 extern Boolean dbClose(void); 00025 extern List dbGetEntries(String); 00026 extern Boolean dbLoad(String); 00027 extern Boolean dbLoadAll(List); 00028 extern void dbInitialize(void); 00029 extern void dbFinalize(void); 00030 extern Boolean dbOpenCdgFile(String); 00031 extern Boolean dbAvailable(void); 00032 00033 /* ------------------------------------------------------------------------- */ 00034 /** @} */ 00035 #endif /* don't insert anything after this #endif */

CDG 0.95 (20 Oct 2004)