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 00028 #ifndef LCMAPS_DB_READ_H 00029 #define LCMAPS_DB_READ_H 00030 00031 /****************************************************************************** 00032 Include header files 00033 ******************************************************************************/ 00034 #include "lcmaps_defines.h" 00035 00036 /****************************************************************************** 00037 Type definitions 00038 ******************************************************************************/ 00049 typedef struct lcmaps_db_entry_s 00050 { 00051 char pluginname[LCMAPS_MAXPATHLEN+1]; 00052 char pluginargs[LCMAPS_MAXARGSTRING+1]; 00053 struct lcmaps_db_entry_s * next; 00054 } 00055 lcmaps_db_entry_t; 00056 00057 #endif /* LCMAPS_DB_READ_H */ 00058 00059 /****************************************************************************** 00060 CVS Information: 00061 $Source: /cvs/jra1mw/org.glite.security.lcmaps/interface/lcmaps_db_read.h,v $ 00062 $Date: 2004/10/13 16:37:57 $ 00063 $Revision: 1.2 $ 00064 $Author: msteenba $ 00065 ******************************************************************************/