Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

_lcmaps_db_read.h

Go to the documentation of this file.
00001 /*                                                                                                            
00002  * Copyright (c) 2001 EU DataGrid.                                                                             
00003  * For license conditions see http://www.eu-datagrid.org/license.html                                          
00004  *
00005  * Copyright (c) 2001, 2002 by 
00006  *     Martijn Steenbakkers <martijn@nikhef.nl>,
00007  *     David Groep <davidg@nikhef.nl>,
00008  *     NIKHEF Amsterdam, the Netherlands
00009  */
00010 
00022 #ifndef _LCMAPS_DB_READ_H
00023 #define _LCMAPS_DB_READ_H
00024 
00025 /******************************************************************************
00026                              Include header files
00027 ******************************************************************************/
00028 #include "lcmaps_db_read.h"
00029 //#include "_lcmaps_defines.h"
00030 
00031 /******************************************************************************
00032  *                             Module definition
00033  *****************************************************************************/
00034 extern lcmaps_db_entry_t * lcmaps_db_fill_entry(
00035         lcmaps_db_entry_t ** plcmaps_db,
00036         lcmaps_db_entry_t *  db_entry
00037 );
00038 
00039 extern lcmaps_db_entry_t ** lcmaps_db_read(
00040         char * lcmaps_db_fname
00041 );
00042 
00043 extern int lcmaps_db_clean_list(
00044         lcmaps_db_entry_t ** list
00045 );
00046 
00047 extern int lcmaps_db_clean();
00048 
00049 #endif /* _LCMAPS_DB_READ_H */
00050 
00051 /******************************************************************************
00052 CVS Information:
00053     $Source: /cvs/fabric_mgt/gridification/lcmaps/src/pluginmanager/_lcmaps_db_read.h,v $
00054     $Date: 2003/07/02 14:49:46 $
00055     $Revision: 1.3 $
00056     $Author: martijn $
00057 ******************************************************************************/

Generated at Thu Mar 4 17:39:02 2004 for edg-lcmaps by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001