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 00026 #ifndef _LCMAPS_CRED_DATA_H 00027 #define _LCMAPS_CRED_DATA_H 00028 00029 /****************************************************************************** 00030 Include header files 00031 ******************************************************************************/ 00032 #include "lcmaps_cred_data.h" 00033 00034 /****************************************************************************** 00035 * Module definition 00036 *****************************************************************************/ 00037 int cleanCredentialData(); 00038 void printCredData(int debug_level); 00039 00040 #endif /* _LCMAPS_CRED_DATA_H */ 00041 00042 /****************************************************************************** 00043 CVS Information: 00044 $Source: /cvs/jra1mw/org.glite.security.lcmaps/src/pluginmanager/_lcmaps_cred_data.h,v $ 00045 $Date: 2004/10/13 16:37:58 $ 00046 $Revision: 1.4 $ 00047 $Author: msteenba $ 00048 ******************************************************************************/