00001 /* 00002 Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin 00003 Copyright (C) 2005- The University of Notre Dame 00004 This software is distributed under the GNU General Public License. 00005 See the file COPYING for details. 00006 */ 00007 00008 #ifndef AUTH_GLOBUS_H 00009 #define AUTH_GLOBUS_H 00010 00011 int auth_globus_register(void); 00012 int auth_globus_has_delegated_credential(void); 00013 void auth_globus_use_delegated_credential(int yesno); 00014 00015 #endif