00001 /* 00002 * Copyright (c) Members of the EGEE Collaboration. 2004. 00003 * See http://eu-egee.org/partners/ for details on the copyright holders. 00004 * For license conditions see the license file or 00005 * http://eu-egee.org/license.html 00006 */ 00007 00008 /* 00009 * Copyright (c) 2001 EU DataGrid. 00010 * For license conditions see http://www.eu-datagrid.org/license.html 00011 * 00012 * Copyright (c) 2001, 2002 by 00013 * Martijn Steenbakkers <martijn@nikhef.nl>, 00014 * David Groep <davidg@nikhef.nl>, 00015 * NIKHEF Amsterdam, the Netherlands 00016 */ 00017 00029 #ifndef _LCMAPS_DB_READ_H 00030 #define _LCMAPS_DB_READ_H 00031 00032 /****************************************************************************** 00033 Include header files 00034 ******************************************************************************/ 00035 #include "lcmaps_db_read.h" 00036 //#include "_lcmaps_defines.h" 00037 00038 /****************************************************************************** 00039 * Module definition 00040 *****************************************************************************/ 00041 extern lcmaps_db_entry_t * lcmaps_db_fill_entry( 00042 lcmaps_db_entry_t ** plcmaps_db, 00043 lcmaps_db_entry_t * db_entry 00044 ); 00045 00046 extern lcmaps_db_entry_t ** lcmaps_db_read( 00047 char * lcmaps_db_fname 00048 ); 00049 00050 extern int lcmaps_db_clean_list( 00051 lcmaps_db_entry_t ** list 00052 ); 00053 00054 extern int lcmaps_db_clean(); 00055 00056 #endif /* _LCMAPS_DB_READ_H */ 00057 00058 /****************************************************************************** 00059 CVS Information: 00060 $Source: /cvs/jra1mw/org.glite.security.lcmaps/src/pluginmanager/_lcmaps_db_read.h,v $ 00061 $Date: 2004/10/13 16:37:58 $ 00062 $Revision: 1.4 $ 00063 $Author: msteenba $ 00064 ******************************************************************************/