00001 /********************************** */ 00002 /* Rule Set Based Access Control */ 00003 /* Author and (c) 2002: */ 00004 /* Amon Ott <ao@rsbac.org> */ 00005 /* Getname functions for RES module */ 00006 /* Last modified: 22/Nov/2002 */ 00007 /********************************** */ 00008 00009 #ifndef __RSBAC_RES_GETNAME_H 00010 #define __RSBAC_RES_GETNAME_H 00011 00012 #include <rsbac/types.h> 00013 00014 #ifndef __KERNEL__ 00015 char * get_res_name(char * name, 00016 u_int value); 00017 int get_res_nr(const char * name); 00018 #endif 00019 00020 #endif