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

_lcmaps_runvars.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 
00024 /*****************************************************************************
00025                             Include header files
00026 ******************************************************************************/
00027 
00028 /* LCMAPS includes */
00029 #include "lcmaps_types.h"
00030 
00031 extern int lcmaps_extractRunVars(
00032         lcmaps_request_t request,
00033         lcmaps_cred_id_t lcmaps_cred
00034 );
00035 
00036 extern void * lcmaps_getRunVars(
00037         char *argName,
00038         char *argType
00039 );
00040 
00041 extern int lcmaps_setRunVars(
00042         char *argName,
00043         char *argType,
00044         void *value
00045 );
00046 
00047 /******************************************************************************
00048 CVS Information:
00049     $Source: /cvs/fabric_mgt/gridification/lcmaps/src/pluginmanager/_lcmaps_runvars.h,v $
00050     $Date: 2003/07/02 14:49:47 $
00051     $Revision: 1.2 $
00052     $Author: martijn $
00053 ******************************************************************************/

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